X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fcloog;h=4891a4ce4383781701ca6db2a2a499c50a900fed;hb=cf3d9a3b194a6578c881cdd4eb528398d4de2741;hp=7b745ad24fb93cffbca9f77e28d658860ebfb6fb;hpb=3fb13cf968ef5335a9d22601dfdcddd7189207a8;p=hvlinux.git diff --git a/stage1/pkg/cloog b/stage1/pkg/cloog index 7b745ad..4891a4c 100644 --- a/stage1/pkg/cloog +++ b/stage1/pkg/cloog @@ -1,8 +1,7 @@ #!/bin/bash -# Prevents the configure script from setting LD_LIBRARY_PATH when it finds PPL. -# This will prevent any conflicts with libraries from the host system. -hvconfig_pre() +hvconfig_post() { - 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 }