From 93bbd4d92309e295f28c055af4ccf77c960e9b73 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Sat, 14 Jan 2023 10:04:20 +0100 Subject: [PATCH] net-misc/ipv6calc: lib/ musl patch --- net-misc/ipv6calc/files/ipv6calc-4.0.1-musl.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) 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