1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 09:46:39 +00:00
termux-packages/packages/ipv6calc/lib-Makefile.in.patch
2022-03-18 17:22:51 +09:00

11 lines
315 B
Diff

--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -115,7 +115,6 @@
echo "Install shared library"
mkdir -p $(DESTDIR)$(libdir)
install -m 755 libipv6calc.so.@PACKAGE_VERSION@ $(DESTDIR)$(libdir)
- /sbin/ldconfig -n $(DESTDIR)$(libdir)
else
echo "Nothing to do (shared library mode is not enabled)"
endif