Upgrade to vte-0.38.2
[hvlinux.git] / stage0 / pkg / cloog
index eb2de0d..4891a4c 100644 (file)
@@ -1,8 +1,7 @@
 #!/bin/bash
 
-hvconfig_pre()
+hvconfig_post()
 {
-    # Prevents the configure script from setting LD_LIBRARY_PATH when it finds
-    # PPL. This will prevent any conflicts with libraries from the host system.
-    sed -e "/LD_LIBRARY_PATH=/d" -i ${LFS_TMP}/${PACKAGE}/configure
+    # Apply a sed which prevents the attempted installation of an invalid file:
+    sed -i '/cmake/d' ${BUILD_DIR}/Makefile
 }