From c9afefed2d2278046ec5c0fb11c32220f3b7380d Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Thu, 12 Mar 2015 10:20:01 +0000 Subject: Create /etc/ld.so.conf in glibc chunks, as it is glibc specific --- strata/build-essential/glibc.morph | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'strata/build-essential/glibc.morph') diff --git a/strata/build-essential/glibc.morph b/strata/build-essential/glibc.morph index a4007bd4..e6f87fde 100644 --- a/strata/build-essential/glibc.morph +++ b/strata/build-essential/glibc.morph @@ -84,6 +84,14 @@ install-commands: netgroup: nis EOF - install -m 644 -o root -g root nsswitch.conf "$DESTDIR/etc/nsswitch.conf" +- | + cat < ld.so.conf + /lib + /usr/lib + /usr/local/lib + include /etc/ld.so.conf.d/*.conf + EOF +- install -m 644 -o root -g root ld.so.conf "$DESTDIR/etc/ld.so.conf" # Compatibility symlink to work around the ABI break GLIBC introduced for # ARMv7 hard-float platforms in commit d3b36017d43. - case "$MORPH_ARCH" in -- cgit v1.2.1