diff options
author | tnn <tnn@pkgsrc.org> | 2007-04-18 16:31:18 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-04-18 16:31:18 +0000 |
commit | e710ab6269913db9ea84815903e2b388156969ff (patch) | |
tree | a726f3e422fe07ab87ebe5787492df451b971ea1 /devel | |
parent | 01186e9166fa90b0862487660b87e221b3937678 (diff) | |
download | pkgsrc-e710ab6269913db9ea84815903e2b388156969ff.tar.gz |
Use "nm -p" to extract symbol table on HP-UX. ok joerg@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtool/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index d94d96c6daa..cecf5cf1dde 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -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 @@ CONFIGURE_ENV+= lt_cv_path_SED=${SED:Q} # 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" |