summaryrefslogtreecommitdiff
path: root/security/nss/lib/nss
diff options
context:
space:
mode:
authoremaldona%redhat.com <devnull@localhost>2009-04-11 21:18:48 +0000
committeremaldona%redhat.com <devnull@localhost>2009-04-11 21:18:48 +0000
commit8d696eecbc04d64071a189c916a826a590e3ac09 (patch)
treee6ccac1e2d2695cb8eb6e159785fe60e5b12ecfa /security/nss/lib/nss
parentb5adae0b9fe97d3754003058d43269567543eff1 (diff)
downloadnss-hg-8d696eecbc04d64071a189c916a826a590e3ac09.tar.gz
Bug 486698, r=wtc, Changed .mk files to enable building of major components independently and in a chain manner by downstream distributions
Diffstat (limited to 'security/nss/lib/nss')
-rw-r--r--security/nss/lib/nss/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/lib/nss/config.mk b/security/nss/lib/nss/config.mk
index 195448df1..98e6802a4 100644
--- a/security/nss/lib/nss/config.mk
+++ b/security/nss/lib/nss/config.mk
@@ -53,6 +53,7 @@ RESNAME = $(LIBRARY_NAME).rc
ifdef NS_USE_GCC
EXTRA_SHARED_LIBS += \
-L$(DIST)/lib \
+ -L$(NSSUTIL_LIB_DIR) \
-lnssutil3 \
-L$(NSPR_LIB_DIR) \
-lplc4 \
@@ -74,6 +75,7 @@ else
# $(EXTRA_SHARED_LIBS) come before $(OS_LIBS), except on AIX.
EXTRA_SHARED_LIBS += \
-L$(DIST)/lib \
+ -L$(NSSUTIL_LIB_DIR) \
-lnssutil3 \
-L$(NSPR_LIB_DIR) \
-lplc4 \