mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/java7-openjdk to 7.u60_2.5.0-3
This commit is contained in:
parent
b87d7fc5a0
commit
768787277e
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@ _JDK_UPDATE_VERSION=60
|
|||
_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')
|
||||
|
@ -123,6 +123,7 @@ build() {
|
|||
--enable-nss \
|
||||
--with-rhino \
|
||||
--with-abs-install-dir=${_jvmdir} \
|
||||
--enable-infinality=no \
|
||||
--disable-docs \
|
||||
--enable-zero
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue