diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-01-10 18:52:49 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-01-24 22:32:08 +0100 |
commit | 12936a0f3e9c4eee380107f11e87489b35b1504d (patch) | |
tree | f83b474c14587fae4756704aeb59859ed8800aca /recipes-core/classpath/classpath-initial-0.93/autotools.patch | |
parent | 9a4e3ab6a10dafafaa135ab6e73bc9d7ce278d15 (diff) | |
download | meta-java-12936a0f3e9c4eee380107f11e87489b35b1504d.tar.gz |
classpath-initial: fix bitbake files searchpath
Diffstat (limited to 'recipes-core/classpath/classpath-initial-0.93/autotools.patch')
-rw-r--r-- | recipes-core/classpath/classpath-initial-0.93/autotools.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes-core/classpath/classpath-initial-0.93/autotools.patch b/recipes-core/classpath/classpath-initial-0.93/autotools.patch deleted file mode 100644 index 663c034..0000000 --- a/recipes-core/classpath/classpath-initial-0.93/autotools.patch +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | Index: 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 | ||