-Now using a single file for all custom definitions and functions for each package.
[hvlinux.git] / stage1 / pkg / findutils
diff --git a/stage1/pkg/findutils b/stage1/pkg/findutils
new file mode 100644 (file)
index 0000000..b833e36
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# The following cache entries set the values for tests that do not run while
+# cross-compiling:
+config_cache()
+{
+cat > ${LFS_TMP}/${PACKAGE}-build/config.cache << EOF
+gl_cv_func_wcwidth_works=yes
+ac_cv_func_fnmatch_gnu=yes
+EOF
+}