Fix udev naming of eth* network interfaces
[hvlinux.git] / stage2 / pkg / zlib
index 1b4a57b..8c40047 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()