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.
 
 

11 lines
334 B

--- Makefile.bak 2014-05-16 13:58:28.994279562 +0700
+++ Makefile 2014-05-16 13:58:36.964278887 +0700
@@ -21,7 +21,7 @@
LDFLAGS=
BIGFILES=-D_FILE_OFFSET_BITS=64
-CFLAGS=-Wall -Winline -O2 -g $(BIGFILES)
+CFLAGS=-Wall -Winline -O2 -fPIC -g $(BIGFILES)
# Where you want it installed when you do 'make install'
PREFIX=/usr/local