]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Run ldconfig after installing libraries as needed.
authorMichael R Sweet <msweet@msweet.org>
Mon, 16 Sep 2024 18:44:27 +0000 (14:44 -0400)
committerMichael R Sweet <msweet@msweet.org>
Tue, 17 Sep 2024 14:26:39 +0000 (10:26 -0400)
Makefile

index d928b21cb6b04a10921fa96b668d02dac52e253b..b585d8b724067af77ed5faef4a7081abf1e66dd2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -215,6 +215,9 @@ install-libs:       libs
                echo Installing libraries in $$dir... ;\
                (cd $$dir; $(MAKE) $(MFLAGS) install-libs) || exit 1;\
        done
+       if test -x /usr/sbin/ldconfig; then \
+               /usr/sbin/ldconfig; \
+       fi
 
 
 #