X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Flibtirpc;h=61a11cfa0c50a09241d401dd549786a22da35848;hb=1b6490195147ee6d1098cf255240d60f60c40108;hp=d8f79d0c610ddd445acceff1d0e21f17847e8aba;hpb=4443f3b4bb7f2fbd7d7df3bafb2c7eac51cd74c3;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()