Upgraded stage1 packages (except toolchain)
[hvlinux.git] / stage1 / pkg / gawk
diff --git a/stage1/pkg/gawk b/stage1/pkg/gawk
new file mode 100644 (file)
index 0000000..a3184e1
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+hvconfig_pre()
+{
+    sed -e 's/check-recursive all-recursive: check-for-shared-lib-support/check-recursive all-recursive:/' \
+        -i ${LFS_TMP}/${PACKAGE}/extension/Makefile.in
+}