-Passage à udev-182 et à /dev intégré au kernel.
[hvlinux.git] / stage0 / pkg / cloog
diff --git a/stage0/pkg/cloog b/stage0/pkg/cloog
new file mode 100644 (file)
index 0000000..eb2de0d
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+hvconfig_pre()
+{
+    # 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
+}