diff --git a/net-misc/ipv6calc/files/ipv6calc-4.0.1-musl.patch b/net-misc/ipv6calc/files/ipv6calc-4.0.1-musl.patch index b3dd06e..40bee11 100644 --- a/net-misc/ipv6calc/files/ipv6calc-4.0.1-musl.patch +++ b/net-misc/ipv6calc/files/ipv6calc-4.0.1-musl.patch @@ -9,3 +9,14 @@ else echo "Nothing to do (shared library mode is not enabled)" endif +--- a/lib/Makefile 2023-01-14 10:03:00.935978593 +0100 ++++ b/lib/Makefile.in 2023-01-14 10:03:05.896006895 +0100 +@@ -115,7 +115,7 @@ + echo "Install shared library" + mkdir -p $(DESTDIR)$(libdir) + install -m 755 libipv6calc.so.@PACKAGE_VERSION@ $(DESTDIR)$(libdir) +- /sbin/ldconfig -n $(DESTDIR)$(libdir) ++ /sbin/ldconfig $(DESTDIR)$(libdir) + else + echo "Nothing to do (shared library mode is not enabled)" + endif