]> git.pld-linux.org Git - packages/db5.3.git/blob - java.patch
- fix java detection and flags, rel 8
[packages/db5.3.git] / java.patch
1 --- db-5.3.28/dist/configure.ac~        2013-09-09 17:35:02.000000000 +0200
2 +++ db-5.3.28/dist/configure.ac 2021-11-23 23:28:43.662988948 +0100
3 @@ -454,7 +454,7 @@
4         esac
5         AC_MSG_RESULT($JAVA_VERSION)
6         case "$JAVA_VERSION" in
7 -       1.[[3456789]]* | 1.[[1-9]][[0-9]]* | [[23456789]]* ) ;;
8 +       1.[[3456789]]* | 1.[[1-9]][[0-9]]* | [[23456789]]* | 1[[0-9]]* ) ;;
9         * )
10                 AC_MSG_ERROR([Java version 1.3 or higher required, got $JAVA_VERSION]) ;;
11         esac
12 --- db-5.3.28/dist/configure~   2013-09-09 17:35:02.000000000 +0200
13 +++ db-5.3.28/dist/configure    2021-11-23 23:34:30.893923681 +0100
14 @@ -18475,7 +18475,7 @@
15         { $as_echo "$as_me:${as_lineno-$LINENO}: result: $JAVA_VERSION" >&5
16  $as_echo "$JAVA_VERSION" >&6; }
17         case "$JAVA_VERSION" in
18 -       1.[3456789]* | 1.[1-9][0-9]* | [23456789]* ) ;;
19 +       1.[3456789]* | 1.[1-9][0-9]* | [23456789]* | 1[0-9]* ) ;;
20         * )
21                 as_fn_error $? "Java version 1.3 or higher required, got $JAVA_VERSION" "$LINENO" 5 ;;
22         esac
This page took 0.062174 seconds and 3 git commands to generate.