git » libfilo » commit e65fcad

Proper use of -fPIC.

author Alberto Bertogli
2005-12-04 19:46:32 UTC
committer Alberto Bertogli
2005-12-04 19:46:32 UTC
parent 79fe12342b43480bee5e4c0adafd6fb640ce93a6

Proper use of -fPIC.

Makefile +1 -1

diff --git a/Makefile b/Makefile
index fab1b0e..7dc63bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 
 
-CFLAGS += -Wall -D_XOPEN_SOURCE=500 -O3 \
+CFLAGS += -Wall -D_XOPEN_SOURCE=500 -O3 -fPIC \
 	-D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 \
 	-D_LFS_LARGEFILE=1 -D_LFS64_LARGEFILE=1 \
 	-D_FILE_OFFSET_BITS=64 `getconf LFS_CFLAGS 2>/dev/null`