X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fflex;h=b8ce27801cdd79bcb97b289278452b3dba18c5b3;hb=582e550b16726c1391156a831baaf33c29a7a38f;hp=63c19d822b6132797172a5b491f0514f29df6c21;hpb=84ffa3a4299c59046bbe6fdc6124087fbf5c5135;p=hvlinux.git diff --git a/stage1/pkg/flex b/stage1/pkg/flex index 63c19d8..b8ce278 100644 --- a/stage1/pkg/flex +++ b/stage1/pkg/flex @@ -3,14 +3,14 @@ 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 + sed -e "s/-I@includedir@//g" -i ${SRC_DIR}/Makefile.in } # When Cross Compiling the configure script does not determine the correct # values for the following, Set the values manually: hvconfig_cache() { -cat > ${LFS_TMP}/${PACKAGE}-build/config.cache << EOF +cat > ${BUILD_DIR}/config.cache << EOF ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes EOF