diff --git a/SETUP b/SETUP index 6e78fc9..af63758 100755 --- a/SETUP +++ b/SETUP @@ -8,7 +8,7 @@ fi cd $(dirname $0) libname=$(basename $(pwd)) -./configure --prefix="$1" --with-zlib="$2" +./configure --prefix="$1" --with-zlib="$2" CFLAGS="-fPIC" make -j8 # make check -j8 make install