-Removed all ipkg_* functions and replaced them with a single ipkg function accepting...
[hvlinux.git] / stage1 / pkg / zlib
index 0be85a5..a1da1ca 100644 (file)
@@ -1,9 +1,6 @@
 #!/bin/bash
 
-hvconfigure()
-{
-    cd ${LFS_TMP}/${PACKAGE}
+CC="${CC} ${CLFS_BUILDFLAGS}"
 
-    CC="${CC} ${CLFS_BUILDFLAGS}" ./configure \
-        --prefix=/tools
-}
+CONFIGURE_OPTS="\
+        --prefix=/tools"