net-misc/ipv6calc: lib/ musl patch
This commit is contained in:
parent
108aefac3c
commit
93bbd4d923
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue