X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Fcloog-ppl;h=5cec880bb20286da612e370bfda755055274ece2;hb=b5bfb2006502b57fab234345a2393fd04e6d55ad;hp=6e0682748286b6f2ac424953782d7e84b6963b78;hpb=69ac3e7cf686f8e95e47a7ab89bc38796aace488;p=hvlinux.git diff --git a/stage0/pkg/cloog-ppl b/stage0/pkg/cloog-ppl index 6e06827..5cec880 100644 --- a/stage0/pkg/cloog-ppl +++ b/stage0/pkg/cloog-ppl @@ -1,8 +1,8 @@ #!/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. -configure_pre() +hvconfig_pre() { + # 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 }