diff options
| author | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-12-07 22:44:59 +0100 |
|---|---|---|
| committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-12-07 23:43:03 +0100 |
| commit | ff47d6aa0acdf041f5caa44aefe009900ce36511 (patch) | |
| tree | 5e38f85f0e6a7b25bcb2c372c8872ce689ba9584 | |
| parent | 716bae8a8b070b88fa91c30e03fc09e70310091a (diff) | |
| download | meta-java-ff47d6aa0acdf041f5caa44aefe009900ce36511.tar.gz | |
openjdk7: correct path to bootstrap jdk
| -rw-r--r-- | recipes-core/openjdk/openjdk-7-03b21/build-hacks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-7-03b21/build-hacks.patch b/recipes-core/openjdk/openjdk-7-03b21/build-hacks.patch index c6dfe5f..d6776ae 100644 --- a/recipes-core/openjdk/openjdk-7-03b21/build-hacks.patch +++ b/recipes-core/openjdk/openjdk-7-03b21/build-hacks.patch | |||
| @@ -59,7 +59,7 @@ Index: icedtea-2.1/Makefile.am | |||
| 59 | CONFIGURE_ARGS = @CONFIGURE_ARGS@ | 59 | CONFIGURE_ARGS = @CONFIGURE_ARGS@ |
| 60 | ADD_ZERO_CONFIGURE_ARGS = \ | 60 | ADD_ZERO_CONFIGURE_ARGS = \ |
| 61 | - --with-jdk-home=$(BUILD_OUTPUT_DIR)/j2sdk-image \ | 61 | - --with-jdk-home=$(BUILD_OUTPUT_DIR)/j2sdk-image \ |
| 62 | + --with-jdk-home=$(abs_top_builddir)/bootstrap/jdk7.6.0 \ | 62 | + --with-jdk-home=$(abs_top_builddir)/bootstrap/jdk1.6.0 \ |
| 63 | --disable-bootstrap --enable-zero | 63 | --disable-bootstrap --enable-zero |
| 64 | if ADD_SHARK_BUILD | 64 | if ADD_SHARK_BUILD |
| 65 | ADD_ZERO_CONFIGURE_ARGS += \ | 65 | ADD_ZERO_CONFIGURE_ARGS += \ |
