X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Flibtirpc;h=61a11cfa0c50a09241d401dd549786a22da35848;hb=1b6490195147ee6d1098cf255240d60f60c40108;hp=1bd59f5b64657ca41841da0d7dd0929e19702d21;hpb=a499ee54f561336f069a7f664a11c4970c9248bc;p=hvlinux.git diff --git a/stage3/pkg/libtirpc b/stage3/pkg/libtirpc index 1bd59f5..61a11cf 100644 --- a/stage3/pkg/libtirpc +++ b/stage3/pkg/libtirpc @@ -2,15 +2,9 @@ hvconfig_pre() { - # 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 /tmp/${PACKAGE} - autoreconf + cd ${SRC_DIR} + autoreconf -vi } hvbuild_post()