Kaydet (Commit) 78d8557a authored tarafından Jung-uk Kim's avatar Jung-uk Kim Kaydeden (comit) Stephan Bergmann

fdo#54015: At least FreeBSD ld requires -z origin, moz redux

Change-Id: Ide36957d1826f5ac20b14a6919abfc684c33cb9c
üst 18f08e53
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment