forked from Lainports/opnsense-ports
20 lines
862 B
Makefile
20 lines
862 B
Makefile
--- config.mk.in.orig 2014-12-28 09:10:48.000000000 +0100
|
|
+++ config.mk.in 2014-12-29 20:44:27.000000000 +0100
|
|
@@ -9,7 +9,7 @@
|
|
exec_prefix= @exec_prefix@
|
|
includedir = @includedir@
|
|
libdir = @libdir@
|
|
-javadir = ${exec_prefix}/java
|
|
+javadir = ${exec_prefix}/share/java/classes
|
|
libexecdir = @libexecdir@/sqlrelay
|
|
bindir = @bindir@
|
|
localstatedir = @localstatedir@
|
|
@@ -33,7 +33,7 @@
|
|
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)\"
|
|
|
|
# link flags (-s, -static, -melf, -belf, etc.)
|