<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 0ad609aeb17db8d23906ba397e515f6a68e2e123 Mon Sep 17 00:00:00 2001
From: Treeve Jelbert &lt;treeve@sourcemage.org&gt;
Date: Sun, 18 Dec 2016 17:09:39 +0100
Subject: [PATCH] find firebird3

---
 src/sql/configure.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sql/configure.json b/src/sql/configure.json
index 96c82e84f9..44c863765e 100644
--- a/src/sql/configure.json
+++ b/src/sql/configure.json
@@ -51,7 +51,7 @@
             "test": "unix/ibase",
             "sources": [
                 { "libs": "-lgds32_ms", "condition": "config.win32" },
-                { "libs": "-lgds", "condition": "!config.win32" }
+                { "libs": "-lfbclient -ltommath -pthread", "condition": "!config.win32" }
             ]
         },
         "mysql": {
-- 
2.11.0

</pre></body></html>