summarylogtreecommitdiffstats
path: root/openjdk8.patch
diff options
context:
space:
mode:
authorDeon Spengler2022-03-06 17:11:12 +0200
committerDeon Spengler2022-03-06 17:11:12 +0200
commit0f505ec925143c39520b7a831cd20aecf857c823 (patch)
tree7e70f345834969b82b646b7eafb8d81130b669ea /openjdk8.patch
parentc9ece0f00149898109a3d5e9e54725ba13975555 (diff)
downloadaur-jdbc_fdw.tar.gz
Fix classpath
Diffstat (limited to 'openjdk8.patch')
-rw-r--r--openjdk8.patch10
1 files changed, 8 insertions, 2 deletions
diff --git a/openjdk8.patch b/openjdk8.patch
index 4b34985d96c3..9d5397889c5f 100644
--- a/openjdk8.patch
+++ b/openjdk8.patch
@@ -1,5 +1,5 @@
--- a/Makefile 2021-12-23 10:15:03.000000000 +0200
-+++ b/Makefile 2022-03-03 12:00:19.621310928 +0200
++++ b/Makefile 2022-03-06 16:36:03.777862228 +0200
@@ -13,7 +13,7 @@
JDBC_CONFIG = jdbc_config
@@ -9,7 +9,13 @@
SHLIB_LINK += -L$(LIBDIR) -ljvm
-@@ -32,7 +32,7 @@
+@@ -27,12 +27,12 @@
+
+ PG_CPPFLAGS=-D'PKG_LIB_DIR=$(pkglibdir)' -I$(libpq_srcdir)
+
+-JFLAGS = -d $(pkglibdir)
++JFLAGS = -d .
+
all:$(TRGTS)
JAVAFILES: