java7-openjdk:ver.bump
This commit is contained in:
@@ -15,8 +15,8 @@ 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"')
|
||||
patches/openjdk7_nonreparenting-wm.diff"')
|
||||
#patches/giflib_5.1.diff
|
||||
|
||||
autotools.rawConfigure("\
|
||||
--disable-tests \
|
||||
@@ -24,14 +24,13 @@ def setup():
|
||||
--with-parallel-jobs=%s \
|
||||
--enable-nss \
|
||||
--with-rhino \
|
||||
--bindir=/usr/bin \
|
||||
--disable-system-kerberos \
|
||||
--disable-system-pcsc \
|
||||
--disable-system-sctp \
|
||||
--enable-bootstrap \
|
||||
--with-ecj-jar=/usr/share/java/ecj.jar \
|
||||
--with-jdk-home=/usr/lib/jvm/java-7-openjdk \
|
||||
--with-pkgversion='PisiLinux build 7u_181.2.6.14' \
|
||||
--with-pkgversion='PisiLinux build 7.u181_2.6.14' \
|
||||
" % get.makeJOBS().replace("-j", ""))
|
||||
|
||||
def build():
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<!--<Dependency>pulseaudio-libs-devel</Dependency>--><!-- for bootstrap -->
|
||||
</BuildDependencies>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="patches/giflib_5.1.diff">giflib_5.1.diff</AdditionalFile>
|
||||
<!-- <AdditionalFile target="patches/giflib_5.1.diff">giflib_5.1.diff</AdditionalFile> -->
|
||||
<AdditionalFile target="patches/fontconfig-paths.diff">fontconfig-paths.diff</AdditionalFile>
|
||||
<AdditionalFile target="patches/openjdk7_nonreparenting-wm.diff">openjdk7_nonreparenting-wm.diff</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
|
||||
Reference in New Issue
Block a user