]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-pkgconfigdeps.patch
- pass FCFLAGS (for Fortran >77)
[packages/rpm.git] / rpm-pkgconfigdeps.patch
CommitLineData
20528342
JB
1--- rpm-4.4.8/scripts/pkgconfigdeps.sh.orig 2007-02-14 08:09:42.000000000 +0100
2+++ rpm-4.4.8/scripts/pkgconfigdeps.sh 2007-04-08 21:39:49.283342196 +0200
3@@ -31,8 +31,6 @@
4 case "${filename}" in
5 *.pc)
6 $pkgconfig --print-requires "$filename" 2> /dev/null | while read n r v ; do
7- i="`expr $i + 1`"
8- [ $i -eq 1 ] && echo "pkgconfig"
9 echo "pkgconfig($n)" "$r" "$v"
10 done
11 esac
This page took 0.025249 seconds and 4 git commands to generate.