File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 49
49
50
50
mv openjdk-git.tar.xz\? no-extract " openjdk-$2 .tar.xz"
51
51
52
+ unset MAKEFLAGS
53
+
52
54
bash ./configure \
53
55
--prefix=" $jdk_prefix " \
54
56
--sysconfdir=/etc \
@@ -72,7 +74,7 @@ bash ./configure \
72
74
--enable-nss \
73
75
--with-jdk-home=" $JAVA_HOME "
74
76
75
- make -j1 JOBS=" $( nproc) "
77
+ make JOBS=" $( nproc) "
76
78
77
79
mkdir -p " $1 /$jdk_prefix "
78
80
cp -a openjdk.build/j2sdk-image/* " $1 /$jdk_prefix "
Original file line number Diff line number Diff line change @@ -15,5 +15,4 @@ b7b59f52b4e2b7d03b27fa9f1c34392957acacf69839ab138140d53304b3d596d2
15
15
f4ea663e62448421c42f4032cb1d9eef807a67ebb266bf45e96c28af889155f1a8
16
16
63339e838cc19e2ac42ad7e74d6a09761480ee7270698a19982f7d1bc31a8d8cf0
17
17
ec9ede6e16df2926d25c6b4583bce60f515fbf28e9c1faa0a6817e7e1a049c933c
18
- 94a9ee5c9d0543455eafec7977ed78ba1a8a468afbeedb949c96ae95b974dcfb0a
19
18
45267420e0c6f7fd15e31db5dabff0104ed6bad7d04e9fa4b49a80d37f0ebd99e5
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ patches/icedtea-jdk-execinfo.patch
15
15
patches/icedtea-jdk-fix-ipv6-init.patch
16
16
patches/icedtea-jdk-fix-libjvm-load.patch
17
17
patches/icedtea-jdk-implicit.patch
18
- patches/icedtea-jdk-includes.patch
18
+ # patches/icedtea-jdk-includes.patch
19
19
patches/icedtea-jdk-musl.patch
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ patches/icedtea-jdk-execinfo.patch
15
15
patches/icedtea-jdk-fix-ipv6-init.patch
16
16
patches/icedtea-jdk-fix-libjvm-load.patch
17
17
patches/icedtea-jdk-implicit.patch
18
- patches/icedtea-jdk-includes.patch
18
+ # patches/icedtea-jdk-includes.patch
19
19
patches/icedtea-jdk-musl.patch
You can’t perform that action at this time.
0 commit comments