--- trunk/mage/usr/lib/mage/autodepend.sh 2023/07/31 09:50:47 3190 +++ trunk/mage/usr/lib/mage/autodepend.sh 2023/07/31 10:52:04 3191 @@ -48,7 +48,7 @@ if [[ -z ${resolved} ]] then # soname in the actual build included? - if [[ -z $(find ${BINDIR} -name ${soname}) ]] + if [[ -z $(find ${BINDIR} -name $(basename ${soname})) ]] then resolved="${prefix}${soname}:_not_found" fi