Source-Changes-HG archive

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

[src/trunk]: src/lib/libpam/modules Use -X so that the link-set symbols are n...



details:   https://anonhg.NetBSD.org/src/rev/95cfd6be13b4
branches:  trunk
changeset: 773147:95cfd6be13b4
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 28 21:34:22 2012 +0000

description:
Use -X so that the link-set symbols are not stripped.

diffstat:

 lib/libpam/modules/mod.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d9c1d6533ddd -r 95cfd6be13b4 lib/libpam/modules/mod.mk
--- a/lib/libpam/modules/mod.mk Sat Jan 28 21:32:13 2012 +0000
+++ b/lib/libpam/modules/mod.mk Sat Jan 28 21:34:22 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mod.mk,v 1.9 2010/05/03 22:12:32 christos Exp $
+#      $NetBSD: mod.mk,v 1.10 2012/01/28 21:34:22 christos Exp $
 
 NOLINT=                # don't build a lint library
 NOPROFILE=     # don't build a profile library
@@ -23,6 +23,9 @@
 libinstall::
 .endif
 
+# Don't use -x because strips link_set symbols (which are local)
+OBJCOPYLIBFLAGS=-X
+
 .include <bsd.lib.mk>
 
 ${DESTDIR}${LIBDIR}/${LIB}.so.${SHLIB_MAJOR}: lib${LIB}.so.${SHLIB_FULLVERSION}



Home | Main Index | Thread Index | Old Index