summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulien.pierre.boogz%sun.com <devnull@localhost>2009-08-12 23:59:15 +0000
committerjulien.pierre.boogz%sun.com <devnull@localhost>2009-08-12 23:59:15 +0000
commitec55aa447c3cf6dbd53e56e77071cafc9b2eb404 (patch)
tree7e11482df488592abfd791f480ac053da92522f2
parent52b0b1a8337266cd3ad4765b456e0c5bd9b92d88 (diff)
downloadnss-hg-ec55aa447c3cf6dbd53e56e77071cafc9b2eb404.tar.gz
Fix for bug 508108 . Remove MOZILLA_CLIENT from Linux.mk . r=wtcNSS_3_12_3_2_RTMNSS_3_12_3_2_RC1
-rw-r--r--security/coreconf/Linux.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/security/coreconf/Linux.mk b/security/coreconf/Linux.mk
index e078b4b8f..9b675841c 100644
--- a/security/coreconf/Linux.mk
+++ b/security/coreconf/Linux.mk
@@ -202,9 +202,5 @@ RPATH = -Wl,-rpath,'$$ORIGIN:/opt/sun/private/lib64:/opt/sun/private/lib'
else
RPATH = -Wl,-rpath,'$$ORIGIN:/opt/sun/private/lib'
endif
-else
-ifdef MOZILLA_CLIENT
-RPATH = -Wl,-rpath,'$$ORIGIN'
-endif
endif