ports/databases/sqlrelay/files/patch-config.mk.in
Kurt Jaeger af1ec3bd95 databases/sqlrelay: 0.53.1 -> 0.56, unbreak, take maintainership
- Long list of changes since 0.53.1, see ChangeLog
- unbreak
- many of the options need to be tested and fine-tuned

PR:		193846
2014-09-22 20:20:20 +00:00

20 lines
621 B
Makefile

--- config.mk.in.orig 2013-09-22 03:52:29.000000000 +0200
+++ config.mk.in 2013-10-28 18:58:41.039873864 +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@
@@ -89,7 +89,7 @@
# rudiments library
RUDIMENTSPATH = @RUDIMENTSPATH@
RUDIMENTSINCLUDES = @RUDIMENTSINCLUDES@
-RUDIMENTSLIBS = @RUDIMENTSLIBS@
+RUDIMENTSLIBS = @RUDIMENTSLIBS@ -lssl -lcrypto -lpthread
RUDIMENTSLIBSPATH = @RUDIMENTSLIBSPATH@
#iconv