[arch-commits] Commit in java7-openjdk/trunk (PKGBUILD)

Guillaume Alaux guillaume at nymeria.archlinux.org
Wed Jul 9 15:02:30 UTC 2014


    Date: Wednesday, July 9, 2014 @ 17:02:30
  Author: guillaume
Revision: 216746

Fix FS#40871 no font. Build without infinality

Modified:
  java7-openjdk/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-09 13:33:43 UTC (rev 216745)
+++ PKGBUILD	2014-07-09 15:02:30 UTC (rev 216746)
@@ -14,7 +14,7 @@
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 
 pkgver=${_java_ver}.u${_JDK_UPDATE_VERSION}_${_icedtea_ver}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://icedtea.classpath.org"
 license=('custom')
@@ -111,7 +111,8 @@
         --with-langtools-src-zip="${srcdir}/langtools.tar.bz2" \
         --enable-nss \
         --with-rhino \
-        --with-abs-install-dir=${_jvmdir}
+        --with-abs-install-dir=${_jvmdir} \
+        --enable-infinality=no
     make
 }
 




More information about the arch-commits mailing list