[packages/cwiid: 2/2] disable ldconfig via configure option

glen glen at pld-linux.org
Mon Jan 19 21:17:32 CET 2015


commit fdb1303c19057b0be3e82061fe13ee1d8145d723
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Jan 19 22:17:12 2015 +0200

    disable ldconfig via configure option

 cwiid.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cwiid.spec b/cwiid.spec
index 960569c..cc0a9a3 100644
--- a/cwiid.spec
+++ b/cwiid.spec
@@ -79,13 +79,13 @@ mv %{name}-*/* .
 %{__aclocal}
 %{__autoconf}
 CC="%{__cc} %{rpmcflags}"
-%configure
+%configure \
+	--disable-ldconfig
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
-	LDCONFIG=/bin/true \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cwiid.git/commitdiff/fdb1303c19057b0be3e82061fe13ee1d8145d723



More information about the pld-cvs-commit mailing list