Update to poppler-0.35.0
[hvlinux.git] / stage2 / pkg / zlib
index 1b4a57b..55c6955 100644 (file)
@@ -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
 }