X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Fcloog-ppl;fp=stage0%2Fpkg%2Fcloog-ppl;h=0000000000000000000000000000000000000000;hb=3fb13cf968ef5335a9d22601dfdcddd7189207a8;hp=5cec880bb20286da612e370bfda755055274ece2;hpb=9252b914495c96a2b323f1dbec5fa075a280c380;p=hvlinux.git diff --git a/stage0/pkg/cloog-ppl b/stage0/pkg/cloog-ppl deleted file mode 100644 index 5cec880..0000000 --- a/stage0/pkg/cloog-ppl +++ /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 -}