]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 26 Nov 2006 18:08:08 +0000 (18:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-libtool-deps.patch -> 1.1

rpm-libtool-deps.patch [new file with mode: 0644]

diff --git a/rpm-libtool-deps.patch b/rpm-libtool-deps.patch
new file mode 100644 (file)
index 0000000..b092343
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN rpm-4.4.6.org/scripts/libtooldeps.sh rpm-4.4.6/scripts/libtooldeps.sh
+--- rpm-4.4.6.org/scripts/libtooldeps.sh       2005-11-12 22:20:42.000000000 +0100
++++ rpm-4.4.6/scripts/libtooldeps.sh   2006-11-26 20:06:49.254008750 +0100
+@@ -13,7 +13,7 @@
+     do
+       case "$possible" in
+       *.la)
+-          if grep -iq '^# Generated by ltmain.sh' "$possible" 2> /dev/null ; then
++          if file "$possible" | grep -iq 'libtool library file' 2> /dev/null ; the
+               possible="`echo ${possible} | sed -e s,${RPM_BUILD_ROOT}/,/,`"
+               echo "libtool($possible)"
+           fi
This page took 0.032109 seconds and 4 git commands to generate.