X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fflex;fp=stage1%2Fpkg%2Fflex;h=0d60fdcede4a25b168c1e62b028992a2223d6254;hb=3605ab38ca7604b1fe43c3bce5e4963730a85d39;hp=c3c4a7763e2dbe00e4e55a236704db5b819774e5;hpb=69ac3e7cf686f8e95e47a7ab89bc38796aace488;p=hvlinux.git diff --git a/stage1/pkg/flex b/stage1/pkg/flex index c3c4a77..0d60fdc 100644 --- a/stage1/pkg/flex +++ b/stage1/pkg/flex @@ -2,7 +2,7 @@ # When Cross Compiling the configure script does not determine the correct # values for the following, Set the values manually: -config_cache() +hvconfig_cache() { cat > ${LFS_TMP}/${PACKAGE}-build/config.cache << EOF ac_cv_func_malloc_0_nonnull=yes @@ -10,7 +10,7 @@ ac_cv_func_realloc_0_nonnull=yes EOF } -configure_pre() +hvconfig_pre() { # Make sure that Flex doesn't try to include headers from /usr/include. sed -e "s/-I@includedir@//g" -i ${LFS_TMP}/${PACKAGE}/Makefile.in