Fix formatting when finding shared library with new LIB_DEPENDS format
Reported by: mandree
This commit is contained in:
parent
06dfc67712
commit
95b64b8a5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323902
1 changed files with 1 additions and 1 deletions
|
@ -5017,7 +5017,7 @@ lib-depends:
|
|||
dir=$${i#*:} ; \
|
||||
target="${DEPENDS_TARGET}"; \
|
||||
depends_args="${DEPENDS_ARGS}"; \
|
||||
${ECHO_MSG} -n "====> ${PKGNAME} depends on shared library: $${lib}:" ; \
|
||||
${ECHO_MSG} -n "===> ${PKGNAME} depends on shared library: $${lib}:" ; \
|
||||
found=0 ; \
|
||||
dirs="${LIB_DIRS} `${CAT} ${LOCALBASE}/libdata/ldconfig/* 2>/dev/null || : `" ; \
|
||||
for libdir in $$dirs; do \
|
||||
|
|
Loading…
Reference in a new issue