Update to libtirpc and rpcbind
[hvlinux.git] / stage3 / pkg / libtirpc
index 1bd59f5..d8f79d0 100644 (file)
@@ -2,6 +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
@@ -9,8 +12,8 @@ hvconfig_pre()
     fi
 
     # Need autoreconf after applying patch
-    cd /tmp/${PACKAGE}
-    autoreconf
+    cd ${LFS_TMP}/${PACKAGE}
+    autoreconf -i
 }
 
 hvbuild_post()