Completed transition to new ipkg method (ipkg.def), successfully booting after stage 1
[hvlinux.git] / stage1 / pkg / zlib
index a1da1ca..82e58f5 100644 (file)
@@ -1,6 +1,7 @@
 #!/bin/bash
 
-CC="${CC} ${CLFS_BUILDFLAGS}"
-
-CONFIGURE_OPTS="\
+hvconfig_pre()
+{
+    CONFIGURE_OPTS="\
         --prefix=/tools"
+}