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 -B" to extract symbol table on O...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27bb436cd965
branches:  trunk
changeset: 483849:27bb436cd965
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Nov 20 10:10:35 2004 +0000

description:
use "nm -B" to extract symbol table on OSF1.

diffstat:

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

diffs (18 lines):

diff -r 80026349822f -r 27bb436cd965 devel/libtool/Makefile.common
--- a/devel/libtool/Makefile.common     Sat Nov 20 06:41:35 2004 +0000
+++ b/devel/libtool/Makefile.common     Sat Nov 20 10:10:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.56 2004/10/17 16:37:02 tv Exp $
+# $NetBSD: Makefile.common,v 1.57 2004/11/20 10:10:35 grant Exp $
 #
 
 DISTNAME=      libtool-1.5.10
@@ -41,7 +41,7 @@
 # or -B, so tell it
 .if ${OPSYS} == "SunOS"
 CONFIGURE_ENV+=                lt_cv_path_NM="nm -p"
-.elif ${OPSYS} == "IRIX"
+.elif ${OPSYS} == "IRIX" || ${OPSYS} == "OSF1"
 CONFIGURE_ENV+=                lt_cv_path_NM="nm -B"
 .endif
 



Home | Main Index | Thread Index | Old Index