X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Fcloog;h=4891a4ce4383781701ca6db2a2a499c50a900fed;hb=4e78d26dd7f5e46a21cdc916e031f1b4a68578c0;hp=eb2de0dfd003cf75d9f89f05efe360b644fac134;hpb=3fb13cf968ef5335a9d22601dfdcddd7189207a8;p=hvlinux.git diff --git a/stage0/pkg/cloog b/stage0/pkg/cloog index eb2de0d..4891a4c 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' ${BUILD_DIR}/Makefile }