X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpkg%2Fcloog;fp=stage0%2Fpkg%2Fcloog;h=eb2de0dfd003cf75d9f89f05efe360b644fac134;hb=3fb13cf968ef5335a9d22601dfdcddd7189207a8;hp=0000000000000000000000000000000000000000;hpb=9252b914495c96a2b323f1dbec5fa075a280c380;p=hvlinux.git diff --git a/stage0/pkg/cloog b/stage0/pkg/cloog new file mode 100644 index 0000000..eb2de0d --- /dev/null +++ b/stage0/pkg/cloog @@ -0,0 +1,8 @@ +#!/bin/bash + +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 +}