Author: nextgens Date: 2008-02-15 04:55:35 +0000 (Fri, 15 Feb 2008) New Revision: 17910
Modified: trunk/contrib/NativeThread/Makefile Log: freenet-ext: tweak the makefile so that it builds on amd64 Modified: trunk/contrib/NativeThread/Makefile =================================================================== --- trunk/contrib/NativeThread/Makefile 2008-02-15 04:39:47 UTC (rev 17909) +++ trunk/contrib/NativeThread/Makefile 2008-02-15 04:55:35 UTC (rev 17910) @@ -1,8 +1,8 @@ CC = gcc INC = /path/to/java/include -CFLAGS = -Wall -O3 +CFLAGS = -Wall -O3 -fPIC LDFLAGS = -shared -Wl,-soname,libnative.so -I$(INC) -I$(INC)/linux -LIBS=-static -lc +LIBS= -lc all: clean libNativeThread.so
