X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fzlib;h=8c40047e0c7efed213ac2d79d6a5da56c9c9d2e5;hb=1422b969f72925bc679180c80ac0fa2518b16a03;hp=1b4a57b25ff9e3886a5b34485b028fe3787bfde1;hpb=81da365042d1bf4354e0480d888fe3b8425c47c7;p=hvlinux.git diff --git a/stage2/pkg/zlib b/stage2/pkg/zlib index 1b4a57b..8c40047 100644 --- a/stage2/pkg/zlib +++ b/stage2/pkg/zlib @@ -6,9 +6,7 @@ hvconfig_pre() export CXX="g++ -isystem /usr/include" export LDFLAGS="-Wl,-rpath-link,/lib" - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ - --shared" + CONFIGURE_OPTS+=" --shared" } hvconfig_post()