Remove obsolete patch
[hvlinux.git] / stage3 / pkg / libtirpc
index 1bd59f5..61a11cf 100644 (file)
@@ -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()