X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fzlib;h=55c6955cce59e4f308ec96fbb961c096ea9a73c5;hb=d381f8e6ab376aa1a90da946c1bde740214fc866;hp=1b4a57b25ff9e3886a5b34485b028fe3787bfde1;hpb=81da365042d1bf4354e0480d888fe3b8425c47c7;p=hvlinux.git diff --git a/stage2/pkg/zlib b/stage2/pkg/zlib index 1b4a57b..55c6955 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() @@ -25,6 +23,6 @@ hvbuild_post() mv -v /usr/lib/libz.so.* /lib ln -svf ../../lib/libz.so.1 /usr/lib/libz.so - # Fix the permissions on the static library: + # Fix the permissions on the static library: chmod 644 /usr/lib/libz.a }