X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fcloog;h=8e278d25c8a09a155973a9d27228cf54eeecaab4;hb=00d15832297a96f8773bd7d206a4f009506160b7;hp=7b745ad24fb93cffbca9f77e28d658860ebfb6fb;hpb=3fb13cf968ef5335a9d22601dfdcddd7189207a8;p=hvlinux.git diff --git a/stage1/pkg/cloog b/stage1/pkg/cloog index 7b745ad..8e278d2 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' ${LFS_TMP}/${PACKAGE}-build/Makefile }