mirror of
https://github.com/znc/znc.git
synced 2026-05-08 22:34:45 +02:00
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:
@@ -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
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user