X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Ffindutils;fp=stage1%2Fpkg%2Ffindutils;h=b833e368846947a2f7222b38c1e7ded82dc63b6c;hb=69ac3e7cf686f8e95e47a7ab89bc38796aace488;hp=0000000000000000000000000000000000000000;hpb=f41e274186ffbed8f6bdc4d44da23758c83f1bb9;p=hvlinux.git diff --git a/stage1/pkg/findutils b/stage1/pkg/findutils new file mode 100644 index 0000000..b833e36 --- /dev/null +++ b/stage1/pkg/findutils @@ -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 +}