X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Flibtirpc;h=61a11cfa0c50a09241d401dd549786a22da35848;hb=72edf29d1feeb23bc5e0c16236812b095c9c3788;hp=d8f79d0c610ddd445acceff1d0e21f17847e8aba;hpb=6902d9bb7c1b5f6a1b30777031a6fc1be3242ba0;p=hvlinux.git diff --git a/stage3/pkg/libtirpc b/stage3/pkg/libtirpc index d8f79d0..61a11cf 100644 --- a/stage3/pkg/libtirpc +++ b/stage3/pkg/libtirpc @@ -2,18 +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 - decompress_package ${RPCNIS_HEADERS} /usr/include - fi - # Need autoreconf after applying patch - cd ${LFS_TMP}/${PACKAGE} - autoreconf -i + cd ${SRC_DIR} + autoreconf -vi } hvbuild_post()