Remove rpcnis-headers
[hvlinux.git] / stage3 / pkg / libtirpc
index d8f79d0..61a11cf 100644 (file)
@@ -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()