mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 17:23:03 +01:00
Added 'STATIC' option to DB declaration line to avoid sybmol conflicts when
security.o gets included in libgds.so.
This commit is contained in:
parent
2a5144196d
commit
360c7ce10c
@ -36,7 +36,7 @@
|
||||
|
||||
/* DATABASE DB = STATIC FILENAME "isc.gdb"; */
|
||||
|
||||
DATABASE DB = FILENAME "isc4.gdb";
|
||||
DATABASE DB = STATIC FILENAME "isc4.gdb";
|
||||
|
||||
#define MAX_PASSWORD_LENGTH 31
|
||||
#define SYSDBA_USER_NAME "SYSDBA"
|
||||
|
Loading…
Reference in New Issue
Block a user