summaryrefslogtreecommitdiffstats
path: root/external/firebird/firebird-rpath.patch.0
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-17 19:42:29 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-18 06:54:47 +0000
commit1fdb6185a18990818199ad355b89c72102c6a0da (patch)
tree12faec1605c43726f9d13190afcd7720e67ad6d2 /external/firebird/firebird-rpath.patch.0
parentfdo#70393: move libatomic_ops to a subdir of external (diff)
downloadcore-1fdb6185a18990818199ad355b89c72102c6a0da.tar.gz
core-1fdb6185a18990818199ad355b89c72102c6a0da.zip
fdo#70393: move firebird to a subdir of external
Change-Id: I2cb4f4b63ab526c3d034adf8c006103cde7e7304 Reviewed-on: https://gerrit.libreoffice.org/6302 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/firebird/firebird-rpath.patch.0')
-rw-r--r--external/firebird/firebird-rpath.patch.011
1 files changed, 11 insertions, 0 deletions
diff --git a/external/firebird/firebird-rpath.patch.0 b/external/firebird/firebird-rpath.patch.0
new file mode 100644
index 000000000000..a92f0064b20f
--- /dev/null
+++ b/external/firebird/firebird-rpath.patch.0
@@ -0,0 +1,11 @@
+--- builds/posix/make.defaults
++++ builds/posix/make.defaults
+@@ -255,7 +255,7 @@
+
+ LIB_PLATFORM_RPATH = -Wl,-rpath,$(1)
+ ifeq ($(strip @BINRELOC_CFLAGS@),)
+-LIB_LINK_RPATH = $(call LIB_PLATFORM_RPATH,$(if $(subst intl,,$(1)),@FB_LIBDIR@,@FB_INTLDIR@))
++LIB_LINK_RPATH = $(call LIB_PLATFORM_RPATH,'$$ORIGIN')
+ else
+ LIB_LINK_RPATH = $(call LIB_PLATFORM_RPATH,'$$$$ORIGIN/../$(1)')
+ endif