aboutsummaryrefslogtreecommitdiffstats
path: root/find-requires.in
diff options
context:
space:
mode:
Diffstat (limited to 'find-requires.in')
-rwxr-xr-xfind-requires.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/find-requires.in b/find-requires.in
index cd98377..2c3bc28 100755
--- a/find-requires.in
+++ b/find-requires.in
@@ -195,12 +195,15 @@ fi
[ -x @RPMVENDORDIR@/php.req ] && \
echo $filelist | tr '[:blank:]' \\n | @RPMVENDORDIR@/php.req | sort -u
-if [ -n "$REQRPM446" ]; then
+if [ -n "$NOTYET" ]; then
#
# --- Pkgconfig deps
[ -x @RPMLIBDIR@/pkgconfigdeps.sh ] &&
echo "$filelist" | tr '[:blank:]' \\n | @RPMLIBDIR@/pkgconfigdeps.sh -R | sort -u
+fi
+
+if [ -n "$LIBTOOLDEP" ]; then
#
# --- libtooldep deps
[ -x @RPMLIBDIR@/libtooldeps.sh ] &&