net-misc/ipv6calc: lib/ musl patch

This commit is contained in:
Alarig Le Lay 2023-01-14 10:04:20 +01:00
parent 108aefac3c
commit 93bbd4d923
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 11 additions and 0 deletions

View File

@ -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