-Now using a single file for all custom definitions and functions for each package.
[hvlinux.git] / stage1 / pkg / zlib
diff --git a/stage1/pkg/zlib b/stage1/pkg/zlib
new file mode 100644 (file)
index 0000000..0be85a5
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+hvconfigure()
+{
+    cd ${LFS_TMP}/${PACKAGE}
+
+    CC="${CC} ${CLFS_BUILDFLAGS}" ./configure \
+        --prefix=/tools
+}