From: Adam Dickmeiss Date: Tue, 26 Oct 2010 18:11:50 +0000 (+0200) Subject: buildconf.sh -d: use --with-pic X-Git-Tag: v1.2.4~11 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=6589cfea3b4f6f0ea0195aa67b629054abec17db;p=metaproxy-moved-to-github.git 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