wok-6.x diff nss/stuff/nss-no-rpath.patch @ rev 6915
Up: vargrind to 3.6.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Oct 22 02:21:34 2010 +0000 (2010-10-22) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/nss/stuff/nss-no-rpath.patch Fri Oct 22 02:21:34 2010 +0000 1.3 @@ -0,0 +1,14 @@ 1.4 +--- ./mozilla/security/nss/cmd/platlibs.mk.withrpath 2007-02-19 07:17:06.000000000 +0100 1.5 ++++ ./mozilla/security/nss/cmd/platlibs.mk 2007-02-19 07:18:07.000000000 +0100 1.6 +@@ -52,9 +52,9 @@ 1.7 + 1.8 + ifeq ($(OS_ARCH), Linux) 1.9 + ifeq ($(USE_64), 1) 1.10 +-EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:$$ORIGIN/../lib' 1.11 ++#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:$$ORIGIN/../lib' 1.12 + else 1.13 +-EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib' 1.14 ++#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib' 1.15 + endif 1.16 + endif 1.17 +