Accepting request 594706 from home:fstrba:branches:devel:libraries:c_c++
Fix build with Java 10 release OBS-URL: https://build.opensuse.org/request/show/594706 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdb-4_8?expand=0&rev=52
This commit is contained in:
parent
010c8b7cd9
commit
02e7ce459d
@ -7,7 +7,7 @@ Index: db-4.8.30/dist/configure.ac
|
||||
AC_MSG_RESULT($JAVA_VERSION)
|
||||
case "$JAVA_VERSION" in
|
||||
- 1.[[3456789]]* | 1.[[1-9]][[0-9]]* | [[23456789]]* ) ;;
|
||||
+ 1.[[3456789]]* | 1.[[1-9]][[0-9]]* | [[23456789]]* | 10-* ) ;;
|
||||
+ 1.[[3456789]]* | 1.[[1-9]][[0-9]]* | [[23456789]]* | [[1-9]][[0-9]]* ) ;;
|
||||
* )
|
||||
AC_MSG_ERROR([Java version 1.3 or higher required, got $JAVA_VERSION]) ;;
|
||||
esac
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 05:32:56 UTC 2018 - fstrba@suse.com
|
||||
|
||||
- Changed libdb_java-4_8-fix-java10-comp.patch to acount for Java
|
||||
10 properly and for following Java versions in a generic way.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 13 08:59:56 UTC 2018 - rguenther@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user