From: Adam Dickmeiss Date: Wed, 27 Oct 2010 08:44:46 +0000 (+0200) Subject: buildconf.sh -d: use --with-pic X-Git-Tag: v1.3.6~9 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=9aac213dd0deaf0c2dacb7e010735cf37e673f81 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