summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath/files/autotools.patch
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-11-12 20:58:34 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-11-26 23:41:44 +0100
commit57e069cde6617f00ca8834a82c6f360af43d5067 (patch)
tree48cbe15e96d217c45acfa64b0c13aad8c6424980 /recipes-core/classpath/files/autotools.patch
downloadmeta-java-57e069cde6617f00ca8834a82c6f360af43d5067.tar.gz
meta-java: initial commit
* taken over mostly stuff from oe classic * cleaned up recipes * added license checksums * bump icedtea6-native to 1.8.11 * use jamvm from git as native
Diffstat (limited to 'recipes-core/classpath/files/autotools.patch')
-rw-r--r--recipes-core/classpath/files/autotools.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-core/classpath/files/autotools.patch b/recipes-core/classpath/files/autotools.patch
new file mode 100644
index 0000000..663c034
--- /dev/null
+++ b/recipes-core/classpath/files/autotools.patch
@@ -0,0 +1,24 @@
1Index: classpath-0.93/configure.ac
2===================================================================
3--- classpath-0.93.orig/configure.ac 2006-12-08 20:22:50.000000000 +0100
4+++ classpath-0.93/configure.ac 2008-08-25 22:07:40.711946598 +0200
5@@ -41,6 +41,11 @@
6 AC_CONFIG_HEADERS([include/config.h])
7 AC_PREFIX_DEFAULT(/usr/local/classpath)
8
9+AC_CONFIG_MACRO_DIR([m4])
10+
11+
12+AM_ICONV_LINK
13+
14 dnl -----------------------------------------------------------
15 dnl Enable collections.jar (disabled by default)
16 dnl -----------------------------------------------------------
17@@ -312,6 +317,7 @@
18 dnl AC_PROG_AWK
19 AC_PROG_CC
20 AC_PROG_CPP
21+AM_PROG_CC_C_O
22
23 # Handle -Werror default case.
24 if test "$ENABLE_WERROR" = default; then