summaryrefslogtreecommitdiff
path: root/mk/check
diff options
context:
space:
mode:
authorjoerg <joerg>2012-05-29 21:53:55 +0000
committerjoerg <joerg>2012-05-29 21:53:55 +0000
commit5e010613785194876c5b498c179910c3798568f0 (patch)
tree1e38d30ace95c52f3fea43f4073cc19df76d13cf /mk/check
parentbc30ce5d5c74849184d7ed62f254c6720a1a461b (diff)
downloadpkgsrc-5e010613785194876c5b498c179910c3798568f0.tar.gz
Extend shared library check to all files that match *.so.
Diffstat (limited to 'mk/check')
-rw-r--r--mk/check/check-shlibs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/check/check-shlibs.mk b/mk/check/check-shlibs.mk
index f2d1eb7aea4..0cb6138d2aa 100644
--- a/mk/check/check-shlibs.mk
+++ b/mk/check/check-shlibs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-shlibs.mk,v 1.19 2011/09/08 20:17:15 abs Exp $
+# $NetBSD: check-shlibs.mk,v 1.20 2012/05/29 21:53:55 joerg Exp $
#
# This file verifies that all libraries used by the package can be found
# at run-time.
@@ -29,7 +29,7 @@ CHECK_SHLIBS?= no
CHECK_SHLIBS_SUPPORTED?= yes
# All binaries and shared libraries.
-_CHECK_SHLIBS_ERE= (bin/|sbin/|libexec/|lib/lib.*\.so|lib/lib.*\.dylib|lib/lib.*\.sl)
+_CHECK_SHLIBS_ERE= (bin/|sbin/|libexec/|\.so$$|lib/lib.*\.so|lib/lib.*\.dylib|lib/lib.*\.sl)
_CHECK_SHLIBS_FILELIST_CMD?= ${SED} -e '/^@/d' ${PLIST}