X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=fc07d69136aaf87e1add0077e851e9510cc9fb0d;hp=1850bae2af30208d88f3e39be4e35580b6d60847;hb=9aac213dd0deaf0c2dacb7e010735cf37e673f81;hpb=12b916d81e5d3ba6b9cfb601ecd65224825445e1 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