summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-12-12 02:14:10 +0000
committerwtc%netscape.com <devnull@localhost>2002-12-12 02:14:10 +0000
commit8ad4edd1be40e5d9fe072c025ec68f4bafbc1823 (patch)
treef41fcf9448a5de44fe1b975cae42a39aacae4247
parent59b103521f3d8e9ca030d4e5c2ebcd9f3d7d38cc (diff)
downloadnss-hg-NSS_3_3_3_BETA121402.tar.gz
Bug 184784: added AIX5.1.mk to the NSS_3_3_BRANCH.NSS_3_3_3_BETA121402
-rw-r--r--security/coreconf/AIX5.1.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/coreconf/AIX5.1.mk b/security/coreconf/AIX5.1.mk
index daa999ba7..720d115cc 100644
--- a/security/coreconf/AIX5.1.mk
+++ b/security/coreconf/AIX5.1.mk
@@ -43,12 +43,9 @@ ifeq ($(USE_64), 1)
OBJECT_MODE=64
export OBJECT_MODE
endif
-DSO_LDOPTS = -brtl -bM:SRE -bnoentry
+DSO_LDOPTS = -brtl -bM:SRE -bnoentry $(EXPORT_RULES)
MKSHLIB = $(LD) $(DSO_LDOPTS) -lsvld -L/usr/lpp/xlC/lib -lc -lm
OS_LIBS += -L/usr/lpp/xlC/lib -lc -lm
-ifdef MAPFILE
-DSO_LDOPTS += -bexport:$(MAPFILE)
-else
-DSO_LDOPTS += -bexpall
-endif
+EXPORT_RULES = -bexpall
+