From: Jakub Bogusz Date: Sat, 4 Aug 2007 12:07:14 +0000 (+0000) Subject: - fixed X-Git-Tag: auto/th/rpm-4_4_9-6~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm.git;a=commitdiff_plain;h=325a532219bff8dddbbc8166fde61db76084d152;hp=cd3df89d17322b099371ce81aa2b64d89eb46251 - fixed Changed files: rpm-libtool-deps.patch -> 1.8 --- diff --git a/rpm-libtool-deps.patch b/rpm-libtool-deps.patch index 00dd7d0..ef20887 100644 --- a/rpm-libtool-deps.patch +++ b/rpm-libtool-deps.patch @@ -37,7 +37,7 @@ + while read possible ; do + case "$possible" in + *.la) -+ for dep in `grep '^dependency_libs='"$possible" 2> /dev/null | \ ++ for dep in `grep '^dependency_libs=' "$possible" 2> /dev/null | \ + sed -e "s,^dependency_libs='\(.*\)',\1,g"` + do + case "$dep" in