wok view nss/stuff/nss-no-rpath.patch @ rev 14000

Up: emacs-pkg-lua-mode (20111107)
author Dominique Corbex <domcox@slitaz.org>
date Thu Feb 14 13:36:00 2013 +0100 (2013-02-14)
parents
children
line source
1 --- ./mozilla/security/nss/cmd/platlibs.mk.withrpath 2007-02-19 07:17:06.000000000 +0100
2 +++ ./mozilla/security/nss/cmd/platlibs.mk 2007-02-19 07:18:07.000000000 +0100
3 @@ -52,9 +52,9 @@
5 ifeq ($(OS_ARCH), Linux)
6 ifeq ($(USE_64), 1)
7 -EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:$$ORIGIN/../lib'
8 +#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:$$ORIGIN/../lib'
9 else
10 -EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib'
11 +#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib'
12 endif
13 endif