summaryrefslogtreecommitdiffstats
path: root/libtool.spec
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2013-04-26 17:38:34 +0200
committerPavel Raiskup <praiskup@redhat.com>2013-04-26 19:07:00 +0200
commitb6164b7e355ea9a11948fe24e6196590ed3d0c2c (patch)
treedf05b9f7fe4024a3d6cef37f00f7b1575aa7367e /libtool.spec
parentff35f7147754313eeec7703ac46c00a56195b2e8 (diff)
downloadlibtool-b6164b7e355ea9a11948fe24e6196590ed3d0c2c.tar.gz
libtool-b6164b7e355ea9a11948fe24e6196590ed3d0c2c.tar.xz
libtool-b6164b7e355ea9a11948fe24e6196590ed3d0c2c.zip
libtool: speedup execute mode
Pre-filter sed's input by dd to avoid long delays and unlimited memory consumption. Version: 2.4.2-14 Resolves: #636045
Diffstat (limited to 'libtool.spec')
-rw-r--r--libtool.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/libtool.spec b/libtool.spec
index ac086d3..e4af3ab 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -17,6 +17,13 @@ Patch1: libtool-2.4.2-TEMPORARY-disable-gcj-tests.patch
# fixed in next release.
Patch2: libtool-2.4.2-tar-no-owner.patch
+# Do not hang too long on sed
+# ~> #636045
+# ~> Downstream (we don't care much about portability)
+# ~> upstream proposal:
+# http://lists.gnu.org/archive/html/bug-libtool/2013-04/msg00005.html
+Patch3: libtool-2.4.2-dd-execute-mode.patch
+
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
@@ -80,6 +87,7 @@ Static libraries and header files for development with ltdl.
%patch0 -p1 -b .rpath
%patch1 -p1 -b .temp-disable-gcj-test
%patch2 -p1 -b .tar-no-same-owner
+%patch3 -p1 -b .dd-exec-mode
%build
@@ -159,8 +167,9 @@ fi
%{_libdir}/libltdl.so
%changelog
-* Wed Apr 24 2013 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-14
+* Fri Apr 26 2013 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-14
- allow root to copy files into NFS in libtoolize (#740079)
+- pre-filter sed's input by dd (#636045)
* Thu Mar 14 2013 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-13
- do not BR gcc-java in RHEL (by dmach)