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