Update to cloog-0.18.2
[hvlinux.git] / stage0 / pkg / cloog
index eb2de0d..8e278d2 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' ${LFS_TMP}/${PACKAGE}-build/Makefile
 }