You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
281 B

Index: makefile.freebsd
--- makefile.freebsd.orig 2007-08-08 11:13:46 +0200
+++ makefile.freebsd 2009-05-16 17:39:08 +0200
@@ -13,7 +13,7 @@
CC=gcc $(ALLFLAGS)
LINK_SHARED=-shared
-LOCAL_LIBS=-lc_r
+LOCAL_LIBS=-pthread
LOCAL_LIBS_DLL=$(LOCAL_LIBS)
OBJ_CRC32=$(OBJ_CRC32_C)