git » libjio » commit 31b66b7

Proper use of -fPIC.

author Alberto Bertogli
2005-12-04 19:33:44 UTC
committer Alberto Bertogli
2007-07-15 13:50:36 UTC
parent d07ff42b75ef0db6b356616664dcd6ea3dfb770c

Proper use of -fPIC.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>

Make.conf +1 -1

diff --git a/Make.conf b/Make.conf
index ecd1e8d..2f81244 100644
--- a/Make.conf
+++ b/Make.conf
@@ -2,7 +2,7 @@
 VERSION="0.22"
 
 CC = gcc
-CFLAGS += -Wall -O3 \
+CFLAGS += -Wall -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` \