wok diff nss/stuff/nss-no-rpath.patch @ rev 10974

Up: scummvm to 1.3.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 12 12:42:58 2011 +0000 (2011-10-12)
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	Wed Oct 12 12:42:58 2011 +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 +