summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2006-11-17 01:33:15 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2006-11-17 01:33:15 +0000
commit3616e1f6cbd49d9a97698fe64e0d3257cca2eea2 (patch)
tree7bc2daabf46ad718256cd4433eb88a26cbe1f96b
parent1649c7797d3e031ebe138bcd3c57793f8a8d3669 (diff)
downloadnss-hg-3616e1f6cbd49d9a97698fe64e0d3257cca2eea2.tar.gz
335454: Unable to find library 'libsoftokn3.sl' on HP-UX 64 bit
r=nelson, sr=wan-teh
-rw-r--r--security/nss/lib/nss/config.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/nss/lib/nss/config.mk b/security/nss/lib/nss/config.mk
index 5cdb444e5..9ba5ce176 100644
--- a/security/nss/lib/nss/config.mk
+++ b/security/nss/lib/nss/config.mk
@@ -122,6 +122,14 @@ MKSHLIB += -R '$$ORIGIN'
endif
endif
+ifeq ($(OS_ARCH), HP-UX)
+ifneq ($(OS_TEST), ia64)
+# pa-risc
+ifeq ($(USE_64), 1)
+MKSHLIB += +b '$$ORIGIN'
+endif
+endif
+endif
ifeq (,$(filter-out WINNT WIN95,$(OS_TARGET)))
ifndef NS_USE_GCC