#!/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 }