summaryrefslogtreecommitdiffstats
path: root/external/firebird
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-04-13 08:43:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-04-13 08:44:02 +0200
commited52ffb6ab840a1f4abdda8553fa9410793f4add (patch)
treec24c5c893286ce5885d7711ad63aa4b73422b002 /external/firebird
parentxmlsecurity nss: create SEInitializer instances with a constructor (diff)
downloadcore-ed52ffb6ab840a1f4abdda8553fa9410793f4add.tar.gz
core-ed52ffb6ab840a1f4abdda8553fa9410793f4add.zip
external/firebird: Even more LIBO_TUNNEL_LIBRARY_PATH
...as needed by some builders, apparently. Change-Id: I0b7c063ef2c712a6b32aa107ab733a3723b38f99
Diffstat (limited to 'external/firebird')
-rw-r--r--external/firebird/asan.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/external/firebird/asan.patch b/external/firebird/asan.patch
index fa9c4d88b249..1edcf86bce29 100644
--- a/external/firebird/asan.patch
+++ b/external/firebird/asan.patch
@@ -57,6 +57,15 @@
$(BUILD_FILE): $(BUILD_Objects) $(COMMON_LIB)
--- builds/posix/Makefile.in.examples
+++ builds/posix/Makefile.in.examples
+@@ -123,7 +123,7 @@
+
+ $(EMPLOYEE_DB): $(EXAMPLES_DEST)/empbuild$(EXEC_EXT) $(INPUT_Sources) $(EXAMPLES_DEST)/isql$(EXEC_EXT)
+ -$(RM) $(EMPLOYEE_DB)
+- ./empbuild $(EMPLOYEE_DB)
++ $(LIBO_TUNNEL_LIBRARY_PATH) ./empbuild $(EMPLOYEE_DB)
+ $(GFIX) -write sync $(EMPLOYEE_DB)
+ -$(CHMOD_6) $(EMPLOYEE_DB)
+
@@ -140,7 +140,7 @@
$(EXAMPLES_DEST)/empbuild.fdb : $(EXAMPLES_DEST)/empddl.sql $(EXAMPLES_DEST)/empbld.sql $(EXAMPLES_DEST)/isql$(EXEC_EXT)