pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libtool Use "nm -p" to extract symbol table on H...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bacd236c8e02
branches:  trunk
changeset: 528004:bacd236c8e02
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Apr 18 16:31:18 2007 +0000

description:
Use "nm -p" to extract symbol table on HP-UX. ok joerg@

diffstat:

 devel/libtool/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d8715072d31c -r bacd236c8e02 devel/libtool/Makefile.common
--- a/devel/libtool/Makefile.common     Wed Apr 18 15:36:18 2007 +0000
+++ b/devel/libtool/Makefile.common     Wed Apr 18 16:31:18 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.69 2007/04/04 18:09:22 joerg Exp $
+# $NetBSD: Makefile.common,v 1.70 2007/04/18 16:31:18 tnn Exp $
 
 ###########################################################################
 ###########################################################################
@@ -58,7 +58,7 @@
 # The configure script doesn't seem to be working out the need for -p
 # or -B, so tell it
 #
-.if ${OPSYS} == "SunOS"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "HPUX"
 CONFIGURE_ENV+=                lt_cv_path_NM="nm -p"
 .elif ${OPSYS} == "IRIX" || ${OPSYS} == "OSF1"
 CONFIGURE_ENV+=                lt_cv_path_NM="nm -B"



Home | Main Index | Thread Index | Old Index