diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-02-27 06:54:30 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-02-27 06:54:30 +0000 |
commit | 6a5bb1c2f8e0409a3d11252d1fba4a62851c7d11 (patch) | |
tree | 3fc090983401b970aaa3808fa54d2bcf2bafbeb5 /java/openjdk8/files/patch-configure | |
parent | - Update to 1.0.29 (diff) |
- Revert all damages done in r372338 and r379049.
- Really fix non-release builds. [1]
PR: 193009 [1]
Notes
Notes:
svn path=/head/; revision=380064
Diffstat (limited to 'java/openjdk8/files/patch-configure')
-rw-r--r-- | java/openjdk8/files/patch-configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/openjdk8/files/patch-configure b/java/openjdk8/files/patch-configure index 62ed12627b1b..69b099a9d483 100644 --- a/java/openjdk8/files/patch-configure +++ b/java/openjdk8/files/patch-configure @@ -1,10 +1,11 @@ --- configure +++ configure -@@ -26,4 +26,6 @@ +@@ -26,4 +26,7 @@ # make sure that is called using bash. this_script_dir=`dirname $0` -bash $this_script_dir/common/autoconf/configure "$@" +export CONFIG_SHELL=%%LOCALBASE%%/bin/bash +export MAKE=%%LOCALBASE%%/bin/gmake ++export OBJCOPY=%%OBJCOPY%% +%%LOCALBASE%%/bin/bash $this_script_dir/common/autoconf/configure "$@" |