diff options
-rw-r--r-- | moz/seamonkey-source-1.1.14.patch | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/moz/seamonkey-source-1.1.14.patch b/moz/seamonkey-source-1.1.14.patch index a23bcaa99d4c..1d0db1f5db3e 100644 --- a/moz/seamonkey-source-1.1.14.patch +++ b/moz/seamonkey-source-1.1.14.patch @@ -5876,7 +5876,15 @@ #endif --- misc/mozilla/security/coreconf/FreeBSD.mk 2006-12-22 14:48:06.000000000 +0100 +++ misc/build/mozilla/security/coreconf/FreeBSD.mk 2008-08-14 16:22:21.000000000 +0200 -@@ -65,7 +65,7 @@ +@@ -52,6 +52,7 @@ + + DSO_CFLAGS = -fPIC + DSO_LDOPTS = -shared -Wl,-soname -Wl,$(notdir $@) ++DSO_LDOPTS += -Wl,-z,origin -Wl,-rpath,\$$ORIGIN:\$$ORIGIN/../ure-link/lib + + # + # The default implementation strategy for FreeBSD is pthreads. +@@ -65,7 +66,7 @@ ARCH = freebsd |