pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/check Extend shared library check to all files that...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/011a5e7e97ea
branches:  trunk
changeset: 604379:011a5e7e97ea
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue May 29 21:53:55 2012 +0000

description:
Extend shared library check to all files that match *.so.

diffstat:

 mk/check/check-shlibs.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d2d387a0698f -r 011a5e7e97ea mk/check/check-shlibs.mk
--- a/mk/check/check-shlibs.mk  Tue May 29 21:52:01 2012 +0000
+++ b/mk/check/check-shlibs.mk  Tue May 29 21:53:55 2012 +0000
@@ -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_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}
 



Home | Main Index | Thread Index | Old Index