-Removed all ipkg_* functions and replaced them with a single ipkg function accepting...
[hvlinux.git] / stage1 / pkg / zlib
index 3cd0f86..a1da1ca 100644 (file)
@@ -2,10 +2,5 @@
 
 CC="${CC} ${CLFS_BUILDFLAGS}"
 
-hvconfig()
-{
-    cd ${LFS_TMP}/${PACKAGE}
-
-    ./configure \
-        --prefix=/tools
-}
+CONFIGURE_OPTS="\
+        --prefix=/tools"