X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Flibtirpc;h=d8f79d0c610ddd445acceff1d0e21f17847e8aba;hb=f0d54c69a71d7d5cb32aa342ea38cba6aab9570f;hp=1bd59f5b64657ca41841da0d7dd0929e19702d21;hpb=a499ee54f561336f069a7f664a11c4970c9248bc;p=hvlinux.git diff --git a/stage3/pkg/libtirpc b/stage3/pkg/libtirpc index 1bd59f5..d8f79d0 100644 --- a/stage3/pkg/libtirpc +++ b/stage3/pkg/libtirpc @@ -2,6 +2,9 @@ hvconfig_pre() { + # WARNING: THIS SHOULD be replaced by --enable-obsolete-rpc in glibc installation... + # Then remove package ${RPCNIS_HEADERS}....... + # Glibc-2.14 and later do not install NIS and RPC related headers by # default. If needed, install them here: if [ ! -r /usr/include/rpc/rpc.h ]; then @@ -9,8 +12,8 @@ hvconfig_pre() fi # Need autoreconf after applying patch - cd /tmp/${PACKAGE} - autoreconf + cd ${LFS_TMP}/${PACKAGE} + autoreconf -i } hvbuild_post()