[redhat-rpm-config: 163/215] - adjust to new pkg-config behavior wrt private dependencies (#596433)

Panu Matilainen pmatilai at fedoraproject.org
Wed Apr 2 10:32:07 UTC 2014


commit 26a7faf83358361d0800b9f2bb8561fc814d2c57
Author: Panu Matilainen <pmatilai at fedoraproject.org>
Date:   Thu May 27 12:21:55 2010 +0000

    - adjust to new pkg-config behavior wrt private dependencies (#596433)

 find-requires.pkgconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/find-requires.pkgconfig b/find-requires.pkgconfig
index ff4f8bd..cf5dc70 100755
--- a/find-requires.pkgconfig
+++ b/find-requires.pkgconfig
@@ -4,7 +4,7 @@ test -x $pkgconfig || exit 0
 while read filename ; do
 case "${filename}" in
 *.pc)
-	$pkgconfig --print-requires "$filename" 2> /dev/null | while read n r v ; do
+	$pkgconfig --print-requires --print-requires-private "$filename" 2> /dev/null | while read n r v ; do
 		echo "pkgconfig($n)" "$r" "$v"
 	done
 esac


More information about the scm-commits mailing list