X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=buildconf.sh;h=fc07d69136aaf87e1add0077e851e9510cc9fb0d;hb=e3d63c2dad51d290457824db70e7e331d2fcfd03;hp=1850bae2af30208d88f3e39be4e35580b6d60847;hpb=8bded5a4fa60809e258d44a0401a8995b5eb7881;p=metaproxy-moved-to-github.git 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