diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-10 12:43:48 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-10 12:43:48 +0000 |
commit | 19f24c33369672d5397deac728492fc697220b08 (patch) | |
tree | 9272181fca4cc4fb16919b304622845751a40801 /devel/libtool-base | |
parent | ebb0185aafa1e7078be70d1df50975783db8fde4 (diff) | |
download | pkgsrc-19f24c33369672d5397deac728492fc697220b08.tar.gz |
be compatible with "nm -p" on Solaris 11.3
It now differentiates between bss and common symbols, and lists variables
in the latter section with symbol type "C", like GNU nm(1) does.
So add "C" to the list of letters that the global_symbol_pipe script
accepts on Solaris.
Bump PKGREVISION of libtool-base.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r-- | devel/libtool-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index f416be18276..d0fcb9592b9 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.115 2016/02/25 12:12:48 jperkin Exp $ +# $NetBSD: Makefile,v 1.116 2016/03/10 12:43:48 tnn Exp $ ########################################################################### ########################################################################### @@ -26,7 +26,7 @@ .include "../../devel/libtool/Makefile.common" PKGNAME= ${DISTNAME:S/-/-base-/} -PKGREVISION= 11 +PKGREVISION= 12 COMMENT= Generic shared library support script (the script itself) |