Always use -fPIC

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@773 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2006-09-17 21:15:47 +00:00
parent 05cae3d281
commit 7692fb0231
2 changed files with 2 additions and 6 deletions
Vendored
+1 -3
View File
@@ -1940,9 +1940,7 @@ elif `echo $host_os | grep -i 'sol' >/dev/null 2>/dev/null`; then
ISSUN=1
fi
if test "$host_cpu" = "x86_64"; then
appendCXX -fPIC
fi
appendCXX -fPIC
# Check whether --with-openssl or --without-openssl was given.
+1 -3
View File
@@ -36,9 +36,7 @@ elif `echo $host_os | grep -i 'sol' >/dev/null 2>/dev/null`; then
ISSUN=1
fi
if test "$host_cpu" = "x86_64"; then
appendCXX -fPIC
fi
appendCXX -fPIC
AC_ARG_WITH( openssl, [ --with-openssl=/path/to/openssl], OPENSSL=$withval,)
AC_ARG_ENABLE( debug, [ --enable-debug enable debuging], appendCXX -Wall -ggdb -D_DEBUG, appendCXX -Wall -s -O2 -fomit-frame-pointer )