From 354c0797518baa51a1fdcbe9e8921883c45b7895 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 15 May 2016 11:29:38 +0300 Subject: rpm packaging rpm packaging (using gbp, hence debian/gbp.conf) --- 0002-Don-t-run-ldconfig-on-install.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 0002-Don-t-run-ldconfig-on-install.patch (limited to '0002-Don-t-run-ldconfig-on-install.patch') diff --git a/0002-Don-t-run-ldconfig-on-install.patch b/0002-Don-t-run-ldconfig-on-install.patch new file mode 100644 index 0000000..2bc207a --- /dev/null +++ b/0002-Don-t-run-ldconfig-on-install.patch @@ -0,0 +1,22 @@ +From: Tzafrir Cohen +Date: Sun, 15 May 2016 10:31:34 +0300 +Subject: Don't run ldconfig on install + +Another sensible patch. Unlike previous patch, not sure if it will be +acceptable upstream. +--- + Makefile | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/Makefile b/Makefile +index b7a63e9..a117b70 100644 +--- a/Makefile ++++ b/Makefile +@@ -217,7 +217,4 @@ ifneq ($(wildcard ${PHP_STATIC_LIBRARY}),) + ${CP} ${PHP_STATIC_LIBRARY} $(DESTDIR)${INSTALL_LIB}/ + ${LN} ${PHP_STATIC_LIBRARY} $(DESTDIR)${INSTALL_LIB}/libphpcpp.a + endif +- if `which ldconfig`; then \ +- sudo ldconfig; \ +- fi + -- cgit v1.2.3