X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fcloog-ppl;h=7b745ad24fb93cffbca9f77e28d658860ebfb6fb;hb=2f26e347a05e245d6f57cb6603a7a51a4418b80d;hp=6e0682748286b6f2ac424953782d7e84b6963b78;hpb=69ac3e7cf686f8e95e47a7ab89bc38796aace488;p=hvlinux.git diff --git a/stage1/pkg/cloog-ppl b/stage1/pkg/cloog-ppl index 6e06827..7b745ad 100644 --- a/stage1/pkg/cloog-ppl +++ b/stage1/pkg/cloog-ppl @@ -2,7 +2,7 @@ # Prevents the configure script from setting LD_LIBRARY_PATH when it finds PPL. # This will prevent any conflicts with libraries from the host system. -configure_pre() +hvconfig_pre() { sed -e "/LD_LIBRARY_PATH=/d" -i ${LFS_TMP}/${PACKAGE}/configure }