author | Alberto Bertogli
<albertogli@telpin.com.ar> 2005-12-04 19:46:32 UTC |
committer | Alberto Bertogli
<albertogli@telpin.com.ar> 2005-12-04 19:46:32 UTC |
parent | 79fe12342b43480bee5e4c0adafd6fb640ce93a6 |
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`