summaryrefslogtreecommitdiff
path: root/package/openjdk7
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-16 14:46:56 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-16 14:46:56 +0100
commitbb54dac334f360b33533d89af8b7823b83df39cf (patch)
treeeba9e0dde7ecf72a638b51d4525c93c19d9c01b5 /package/openjdk7
parent8a68b215be373bd4721debcae4a452f17e357038 (diff)
enable nss
Diffstat (limited to 'package/openjdk7')
-rw-r--r--package/openjdk7/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/openjdk7/Makefile b/package/openjdk7/Makefile
index e08d97faf..ffc3a188f 100644
--- a/package/openjdk7/Makefile
+++ b/package/openjdk7/Makefile
@@ -13,11 +13,11 @@ PKG_BUILDDEP:= gettext-tiny-host glib-host flex-host bison-host qemu-host
PKG_BUILDDEP+= fastjar-host libICE-host libSM-host libX11-host util-macros-host libXt-host
PKG_BUILDDEP+= xineramaproto-host libXinerama-host recordproto-host libXi-host libXtst-host freetype-host
PKG_BUILDDEP+= renderproto-host libXrender-host alsa-lib-host libffi-host gcj-host ecj-host jikes-host
-PKG_BUILDDEP+= classpath-host jamvm-host ant-host cups-host openjdk7-host
+PKG_BUILDDEP+= classpath-host jamvm-host ant-host cups-host openjdk7-host nss
PKG_BUILDDEP+= alsa-lib xproto libjpeg-turbo zlib giflib libpng freetype cups
PKG_BUILDDEP+= libX11 libXt libXp libXinerama libXrender libXtst libiconv-tiny
PKG_DEPENDS:= zlib libstdcxx libffi libpthread libxtst libxi libgcc cups
-PKG_DEPENDS+= libfreetype libxrender libx11 libxext libpthread
+PKG_DEPENDS+= libfreetype libxrender libx11 libxext libpthread nss
PKG_URL:= http://openjdk.org/
PKG_SITES:= http://icedtea.classpath.org/download/source/
@@ -67,6 +67,7 @@ CONFIGURE_COMMON:= --disable-docs \
--with-rmic=$(BOOTSTRAPJDK)/bin/rmic \
--with-native2ascii=$(BOOTSTRAPJDK)/bin/native2ascii \
--with-gcj=$(STAGING_HOST_DIR)/usr/bin/gcj \
+ --enable-nss \
--without-hotspot-build \
--disable-system-jpeg \
--disable-system-lcms \