Accepting request 1204567 from Java:packages

Fix build after removal of the default %%{java_home} define

OBS-URL: https://build.opensuse.org/request/show/1204567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mysql-connector-java?expand=0&rev=52
This commit is contained in:
Ana Guerrero 2024-09-30 13:40:02 +00:00 committed by Git OBS Bridge
commit e536b76611
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Sep 29 19:50:16 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Fix build after removal of the default %%{java_home} define
-------------------------------------------------------------------
Tue Aug 20 08:17:53 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -127,9 +127,8 @@ export CLASSPATH=$(build-classpath \
-Dant.java.version=1.8 \
-Dant.build.javac.source=1.8 \
-Dant.build.javac.target=1.8 \
-Dcom.mysql.cj.build.jdk=%{java_home} \
-Dcom.mysql.cj.build.jdk.javac=%javac \
-Dcom.mysql.cj.build.jdk.java=%java \
-Dcom.mysql.cj.build.jdk.javac=javac \
-Dcom.mysql.cj.build.jdk.java=java \
build
%install