]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Disable the auth mysql backend by default
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 22 Aug 2023 13:52:07 +0000 (15:52 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:46 +0000 (13:28 +0100)
meson_options.txt

index 206fdcf970be12fd7ab7a377854feb076d18ac62..aa766dd7b65eca871b321ed23708b9f7fa98d5df 100644 (file)
@@ -20,7 +20,7 @@ option('experimental-gss-tsig', type: 'feature', value: 'disabled', description:
 option('socket-dir', type: 'string', value: '/var/run', description: 'Where the control socket lives')
 option('module-bind', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'static', description: 'Bind backend')
 option('module-pipe', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'dynamic', description: 'Pipe backend')
-option('module-gmysql', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'static', description: 'Generic MySQL backend')
+option('module-gmysql', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Generic MySQL backend')
 option('module-godbc', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Generic ODBC backend')
 option('module-gpgsql', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Generic PostgreSQL backend')
 option('module-gsqlite3', type: 'combo', choices: ['disabled', 'static', 'dynamic'], value: 'disabled', description: 'Generic SQLite3 backend')