diff options
Diffstat (limited to 'find-provides.in')
-rwxr-xr-x | find-provides.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/find-provides.in b/find-provides.in index c593d3c..0bb9dc4 100755 --- a/find-provides.in +++ b/find-provides.in @@ -68,11 +68,14 @@ done | sort -u [ -x @RPMLIBDIR@/pkgconfigdeps.sh ] && echo "$filelist" | tr '[:blank:]' \\n | @RPMLIBDIR@/pkgconfigdeps.sh -P | sort -u +if [ -n "$LIBTOOLDEP" ]; then # # --- libtooldep deps [ -x @RPMLIBDIR@/libtooldeps.sh ] && echo "$filelist" | tr '[:blank:]' \\n | @RPMLIBDIR@/libtooldeps.sh -P | sort -u +fi + # # --- .so files. for i in `echo $filelist | tr '[:blank:]' "\n" | egrep '(/usr(/X11R6)?)?/lib(|64)(/gcc(-lib)?/.+)?/[^/]+\.so$'`; do |