java7:ver.bump

This commit is contained in:
Rmys
2019-04-29 20:09:32 +03:00
parent 8d24df1850
commit 1a2ead7813
2 changed files with 10 additions and 2 deletions
@@ -14,6 +14,7 @@ shelltools.export("HOTSPOT_BUILD_JOBS", get.makeJOBS())
shelltools.export("LC_ALL", "C")
def setup():
shelltools.system('export DISTRIBUTION_PATCHES="patches/fontconfig-paths.diff \
patches/openjdk7_nonreparenting-wm.diff"')
#patches/giflib_5.1.diff
@@ -30,7 +31,7 @@ def setup():
--enable-bootstrap \
--with-ecj-jar=/usr/share/java/ecj.jar \
--with-jdk-home=/usr/lib/jvm/java-7-openjdk \
--with-pkgversion='PisiLinux build 7.u181_2.6.14' \
--with-pkgversion='PisiLinux build 7.u201_2.6.17' \
" % get.makeJOBS().replace("-j", ""))
def build():