pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Don't set EXPORT_SYMBOLS_LDFLAGS on AIX, w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5abffe417e1b
branches:  trunk
changeset: 549260:5abffe417e1b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Oct 30 18:52:08 2008 +0000

description:
Don't set EXPORT_SYMBOLS_LDFLAGS on AIX, while it seems that GCC and
some newer linker versions seem to ignore it. It is not required anyway.
>From PR 39633.

diffstat:

 mk/platform/AIX.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3a0650e1c348 -r 5abffe417e1b mk/platform/AIX.mk
--- a/mk/platform/AIX.mk        Thu Oct 30 18:48:13 2008 +0000
+++ b/mk/platform/AIX.mk        Thu Oct 30 18:52:08 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: AIX.mk,v 1.32 2008/09/22 17:11:02 ahoka Exp $
+# $NetBSD: AIX.mk,v 1.33 2008/10/30 18:52:08 joerg Exp $
 #
 # Variable definitions for the AIX operating system.
 
@@ -18,7 +18,7 @@
 
 CPP_PRECOMP_FLAGS?=    # unset
 DEF_UMASK?=            0022
-EXPORT_SYMBOLS_LDFLAGS?=-Wl,-E # add symbols to the dynamic symbol table
+EXPORT_SYMBOLS_LDFLAGS?=       # empty
 MOTIF_TYPE_DEFAULT?=   openmotif       # default 2.0 compatible libs type
 NOLOGIN?=              /sbin/nologin
 PKG_TOOLS_BIN?=                ${LOCALBASE}/sbin



Home | Main Index | Thread Index | Old Index