]> git.pld-linux.org Git - packages/devscripts.git/commitdiff
libvfork cleanup auto/th/devscripts-2.15.7-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 3 Aug 2015 06:50:16 +0000 (09:50 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 3 Aug 2015 06:50:16 +0000 (09:50 +0300)
Stop building and shipping libvfork.so since strace has handled
vforks for at least a decade.

devscripts.spec

index 6c7e3020e769bb71bc867caded9631c129d6e233..afc3464f246423dd48d103ffb37eafab480fb983 100644 (file)
@@ -66,9 +66,6 @@ bash-specific contructs.
 %{__sed} -i -e 's/libwww-perl/perl-libwww/g' scripts/*.pl
 %{__sed} -i -e 's/libdigest-md5-perl/perl-Digest-MD5/g' scripts/*.pl
 
-# Search for libvfork in %{_libdir}/%{name}
-sed -i 's|%{_prefix}/lib/devscripts/libvfork.so.0|%{_libdir}/%{name}/libvfork.so.0|g' scripts/dpkg-depcheck.pl
-
 %build
 # LIBDIR determines where libvfork gets installed, see scripts/Makefile for LIBDIR
 %{__make} \
@@ -233,4 +230,3 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/checkbashisms
 %{_mandir}/man1/checkbashisms.1*
-
This page took 0.094403 seconds and 4 git commands to generate.