diff options
Diffstat (limited to 'databases/sqlrelay/files')
-rw-r--r-- | databases/sqlrelay/files/patch-config.mk.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/databases/sqlrelay/files/patch-config.mk.in b/databases/sqlrelay/files/patch-config.mk.in index 5b21b1787ba8..305ecb069242 100644 --- a/databases/sqlrelay/files/patch-config.mk.in +++ b/databases/sqlrelay/files/patch-config.mk.in @@ -9,12 +9,3 @@ dotnetdir = $(libdir) libexecdir = @libexecdir@/sqlrelay bindir = @bindir@ -@@ -59,7 +59,7 @@ OBJ = lo - TMPDIRCPPFLAG = -DTMP_DIR=\"$(tmpdir)\" - DEBUGDIRCPPFLAG = -DDEBUG_DIR=\"$(debugdir)\" - LOGDIRCPPFLAG = -DLOG_DIR=\"$(logdir)\" --CONFIGFILECPPFLAG = -DDEFAULT_CONFIG_FILE=\"$(sysconfdir)/sqlrelay.conf\" -DDEFAULT_CONFIG_DIR=\"$(sysconfdir)/sqlrelay.conf.d\" -+CONFIGFILECPPFLAG = -DDEFAULT_CONFIG_FILE=\"$(sysconfdir)/sqlrelay.conf\" -DDEFAULT_CONFIG_DIR=\"$(sysconfdir)/sqlrelay\" - CACHEDIRCPPFLAG = -DCACHE_DIR=\"$(cachedir)\" - - |