]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-libtool-deps.patch
- next batch of patch updates
[packages/rpm.git] / rpm-libtool-deps.patch
index 4dc62f4e7c64f29e57e65c144a33566aaf1ca66a..443d1fde91580080c006bed530f24f6575ee1c19 100644 (file)
@@ -15,7 +15,7 @@
      do
        case "$possible" in
        *.la)
--          if grep -iq '^# Generated by ltmain.sh' "$possible" 2> /dev/null ; then
+-          if grep -Eiq '^# Generated by (libtool|ltmain.sh)' "$possible" 2> /dev/null ; then
 +          if file -L "$possible" | grep -iq 'libtool library file' 2> /dev/null ; then
                possible="`echo ${possible} | sed -e s,${RPM_BUILD_ROOT}/,/,`"
                echo "libtool($possible)"
This page took 0.031146 seconds and 4 git commands to generate.