Shared objects can, in fact, have dots in their basenames. Libtool

creates such with the `-release' (versus `-version-info') build option.
This commit is contained in:
tv 1999-01-04 19:23:30 +00:00
parent 06d3c5cd67
commit a96bf3e298

View file

@ -1,4 +1,4 @@
# $NetBSD: bsd.pkg.mk,v 1.199 1998/12/29 17:23:39 garbled Exp $
# $NetBSD: bsd.pkg.mk,v 1.200 1999/01/04 19:23:30 tv Exp $
#
# This file is in the public domain.
#
@ -1185,7 +1185,7 @@ _PORT_USE: .USE
fi)
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} ${PLIST}
@(sos=`/usr/bin/egrep -h \
'^([^/]*/)*lib/lib[^.]+\.so\.[0-9]+\.[0-9]+$$' \
'^([^/]*/)*lib/lib.+\.so\.[0-9]+\.[0-9]+$$' \
${PLIST} || /usr/bin/true`; \
if [ X"$$sos" != X"" ]; then \
case ${SHLIB_TYPE} in \