diff options
| author | Bill Nottingham <notting@redhat.com> | 2009-06-30 10:00:56 -0400 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2009-06-30 10:00:56 -0400 |
| commit | 5c29d23d03353afb132f8a9869085d79d7b38dc5 (patch) | |
| tree | 132b7bc3f82be6cc61e79441c23b6db44e398bbe /scripts | |
| parent | 65e2a31dcc13606f3448cf36d649556bf8aad24c (diff) | |
Make sure the library directory is always set
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.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/buildinstall.functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/buildinstall.functions b/scripts/buildinstall.functions index d1d98bf33..e978bf56b 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. |
