]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
glibc: Install /etc/ld.so.conf.d.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Jun 2010 16:40:52 +0000 (18:40 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Jun 2010 16:40:52 +0000 (18:40 +0200)
pkgs/core/glibc/glibc.nm
pkgs/core/glibc/ld.so.conf

index 6f4b1778995bc8a57d4d0d481830faede7e90e05..ef2d2ddffe201d527f639f62674ca36f005ca5a5 100644 (file)
@@ -266,4 +266,5 @@ define STAGE_INSTALL
 
        # Configuration
        cp -vf $(DIR_SOURCE)/{ld.so.conf,nsswitch.conf} $(BUILDROOT)/etc
+       -mkdir -pv $(BUILDROOT)/etc/ld.so.conf.d
 endef
index c6b8205b194954fdc521ea002fac744711b65481..4de8ad95194785877e863274b7890314a8fb5694 100644 (file)
@@ -1,4 +1,5 @@
 # Begin /etc/ld.so.conf
-/usr/lib/sasl2
-/usr/local/lib
+
+include ld.so.conf.d/*.conf
+
 # End /etc/ld.so.conf