X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fm4;h=38f969cc0c78883a7f7ead5788ef4bd90fb89bb2;hb=123a4b9f48445243382b252cc68c8e56320aa670;hp=d3ef530a3617cc7aa8a41738d5f361679ffca9aa;hpb=3605ab38ca7604b1fe43c3bce5e4963730a85d39;p=hvlinux.git diff --git a/stage1/pkg/m4 b/stage1/pkg/m4 index d3ef530..38f969c 100644 --- a/stage1/pkg/m4 +++ b/stage1/pkg/m4 @@ -14,9 +14,3 @@ gl_cv_func_wcrtomb_retval=yes gl_cv_func_wctob_works=yes EOF } - -hvconfig_pre() -{ - # Add a missing include statement into one of the source files: - sed -e '/"m4.h"/i\#include ' -i ${LFS_TMP}/${PACKAGE}/src/path.c -}