Imported Upstream version 4.14.1
[platform/upstream/rpm.git] / scripts / pkgconfigdeps.sh
index 270dd74..ef45818 100755 (executable)
@@ -16,6 +16,9 @@ $pkgconfig --atleast-pkgconfig-version="0.24" || {
     exit 0
 }
 
+# Under pkgconf, disables dependency resolver
+export PKG_CONFIG_MAXIMUM_TRAVERSE_DEPTH=1
+
 case $1 in
 -P|--provides)
     while read filename ; do