]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- don't output pkgconfig dependency for all *.pc found
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 8 Apr 2007 19:42:23 +0000 (19:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-pkgconfigdeps.patch -> 1.1

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

diff --git a/rpm-pkgconfigdeps.patch b/rpm-pkgconfigdeps.patch
new file mode 100644 (file)
index 0000000..9cc82f5
--- /dev/null
@@ -0,0 +1,11 @@
+--- rpm-4.4.8/scripts/pkgconfigdeps.sh.orig    2007-02-14 08:09:42.000000000 +0100
++++ rpm-4.4.8/scripts/pkgconfigdeps.sh 2007-04-08 21:39:49.283342196 +0200
+@@ -31,8 +31,6 @@
+     case "${filename}" in
+     *.pc)
+       $pkgconfig --print-requires "$filename" 2> /dev/null | while read n r v ; do
+-          i="`expr $i + 1`"
+-          [ $i -eq 1 ] && echo "pkgconfig"
+           echo "pkgconfig($n)" "$r" "$v"
+       done
+     esac
This page took 0.040747 seconds and 4 git commands to generate.