#!/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() { sed -e "/LD_LIBRARY_PATH=/d" -i ${LFS_TMP}/${PACKAGE}/configure }