]> git.pld-linux.org Git - packages/cwiid.git/commitdiff
disable ldconfig via configure option
authorElan Ruusamäe <glen@delfi.ee>
Mon, 19 Jan 2015 20:17:12 +0000 (22:17 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 19 Jan 2015 20:17:12 +0000 (22:17 +0200)
cwiid.spec

index 960569cd1f15ce4c05949e34ffcf1a6371923789..cc0a9a31f2359087a66f4c053cff7ff3dff5fc44 100644 (file)
@@ -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}
This page took 0.059859 seconds and 4 git commands to generate.