]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
RELEASE LuaJIT-2.0.0-beta8 (fixed) v2.0.0-beta8-fixed
authorMike Pall <mike>
Thu, 23 Jun 2011 17:40:21 +0000 (19:40 +0200)
committerMike Pall <mike>
Thu, 23 Jun 2011 17:40:21 +0000 (19:40 +0200)
src/Makefile

index b3415ffdbc69e80fa4780d671e22e0685b6671c5..9f7bcfcc69623525f209975a7459b26335551076 100644 (file)
@@ -147,7 +147,7 @@ XCFLAGS=
 #
 # Turn on assertions for the whole LuaJIT VM. This significantly slows down
 # everything. Use only if you suspect a problem with LuaJIT itself.
-XCFLAGS+= -DLUA_USE_ASSERT
+#XCFLAGS+= -DLUA_USE_ASSERT
 #
 ##############################################################################
 # You probably don't need to change anything below this line!
@@ -296,7 +296,7 @@ else
     TARGET_XLDFLAGS+= -Wl,-E
   endif
   ifeq (Linux,$(TARGET_SYS))
-    TARGET_XLIBS+= -ldl -lpthread
+    TARGET_XLIBS+= -ldl
   endif
   ifeq (GNU/kFreeBSD,$(TARGET_SYS))
     TARGET_XLIBS+= -ldl