build ibase sql plugin against firebird
authorFathi Boudra <fabo@debian.org>
Thu, 12 Jan 2023 11:43:32 +0000 (11:43 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Thu, 12 Jan 2023 11:43:32 +0000 (11:43 +0000)
Forwarded: no
Last-Update: 2017-06-30

Gbp-Pq: Name link_fbclient.diff

src/plugins/sqldrivers/configure.json

index 28ccbeadcde634015bab209fd3e34b826b50eab3..9db93d6c51d000142cc979c364422b30e1b01261 100644 (file)
@@ -52,7 +52,7 @@
             "headers": "ibase.h",
             "sources": [
                 { "libs": "-lgds32_ms", "condition": "config.win32" },
-                { "libs": "-lgds", "condition": "!config.win32" }
+                { "libs": "-lfbclient", "condition": "!config.win32" }
             ]
         },
         "mysql": {