Looks ok, Regards, Hans On 06/30/2009 04:02 PM, Bill Nottingham wrote:
mk-images calls get_dso_deps as well, without a library argument. Since everything there should be of the primary arch, just set a default. diff --git a/scripts/buildinstall.functions b/scripts/buildinstall.functions index d1d98bf..e978bf5 100755 --- a/scripts/buildinstall.functions +++ b/scripts/buildinstall.functions @@ -11,6 +11,7 @@ get_dso_deps() { declare -a FILES declare -a NAMES + [ -z "$LDSODIR" ]&& LDSODIR=$LIBDIR # this is a hack, but the only better way requires binutils or elfutils # be installed. i.e., we need readelf to find the interpretter. _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list