summaryrefslogtreecommitdiff
path: root/build-support/java7-openjdk/icedtea-2.6.22-autogen.patch
diff options
context:
space:
mode:
Diffstat (limited to 'build-support/java7-openjdk/icedtea-2.6.22-autogen.patch')
-rw-r--r--build-support/java7-openjdk/icedtea-2.6.22-autogen.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/build-support/java7-openjdk/icedtea-2.6.22-autogen.patch b/build-support/java7-openjdk/icedtea-2.6.22-autogen.patch
new file mode 100644
index 00000000..fe5f0c72
--- /dev/null
+++ b/build-support/java7-openjdk/icedtea-2.6.22-autogen.patch
@@ -0,0 +1,30 @@
+diff -rauN icedtea-2.6.22/autogen.sh icedtea-2.6.22-autogen-patch/autogen.sh
+--- icedtea-2.6.22/autogen.sh 2020-04-16 18:12:10.921181620 +0200
++++ icedtea-2.6.22-autogen-patch/autogen.sh 2021-05-14 15:49:37.539185834 +0200
+@@ -11,7 +11,7 @@
+ AUTOCONF_VERSION=`${AUTOCONF} --version | head -1 | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
+ # echo ${AUTOCONF_VERSION}
+ case ${AUTOCONF_VERSION} in
+- 2.59* | 2.6[0-9]* )
++ 2.59* | 2.6[0-9]* | 2.7[0-9]* )
+ HAVE_AUTOCONF=true
+ break;
+ ;;
+@@ -28,7 +28,7 @@
+ AUTOHEADER_VERSION=`${AUTOHEADER} --version | head -1 | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
+ # echo ${AUTOHEADER_VERSION}
+ case ${AUTOHEADER_VERSION} in
+- 2.59* | 2.6[0-9]* )
++ 2.59* | 2.6[0-9]* | 2.7[0-9]* )
+ HAVE_AUTOHEADER=true
+ break;
+ ;;
+@@ -45,7 +45,7 @@
+ AUTORECONF_VERSION=`${AUTORECONF} --version | head -1 | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
+ # echo ${AUTORECONF_VERSION}
+ case ${AUTORECONF_VERSION} in
+- 2.59* | 2.6[0-9]* )
++ 2.59* | 2.6[0-9]* | 2.7[0-9]* )
+ HAVE_AUTORECONF=true
+ break;
+ ;;