From: Adam Dickmeiss Date: Tue, 26 Oct 2010 18:11:46 +0000 (+0200) Subject: buildconf.sh -d: use --with-pic X-Git-Tag: v1.2.4~9 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=318a8ebb0f9def879cc18289cb9a914cbf1937b7 buildconf.sh -d: use --with-pic --- diff --git a/buildconf.sh b/buildconf.sh index 1850bae..fc07d69 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -71,7 +71,8 @@ esac if $enable_configure; then if [ -n "$sh_cflags" ]; then - CFLAGS="$sh_cflags" CXXFLAGS="$sh_cxxflags" ./configure --disable-shared --enable-static $* + CFLAGS="$sh_cflags" CXXFLAGS="$sh_cxxflags" ./configure \ + --disable-shared --enable-static --with-pic $* else ./configure $* fi