X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Fcloog;h=8e278d25c8a09a155973a9d27228cf54eeecaab4;hb=6ef29aea0134cb6e7e3f34233495b4d68818668f;hp=eb2de0dfd003cf75d9f89f05efe360b644fac134;hpb=3fb13cf968ef5335a9d22601dfdcddd7189207a8;p=hvlinux.git diff --git a/stage0/pkg/cloog b/stage0/pkg/cloog index eb2de0d..8e278d2 100644 --- a/stage0/pkg/cloog +++ b/stage0/pkg/cloog @@ -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 }