summaryrefslogtreecommitdiff
path: root/package/openjdk7/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-17 19:10:16 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-17 19:10:42 +0200
commitdfecd740e315f8af5f122a8b9c63a056542ec4d1 (patch)
treecb34d2b6fdf1d6977ca66236b8f40979b3689088 /package/openjdk7/Makefile
parent7fdf66e444a1973d060414a73f726569f096d922 (diff)
fix openjdk7 build for glibc
Diffstat (limited to 'package/openjdk7/Makefile')
-rw-r--r--package/openjdk7/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/openjdk7/Makefile b/package/openjdk7/Makefile
index 18578561c..027309fbf 100644
--- a/package/openjdk7/Makefile
+++ b/package/openjdk7/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= openjdk7
PKG_VERSION:= 2.4.7
-PKG_RELEASE:= 5
+PKG_RELEASE:= 6
PKG_MD5SUM:= f6b28633b9978fadc724247cfc264ff0
PKG_DESCR:= java virtual machine
PKG_SECTION:= dev/lang
@@ -21,6 +21,7 @@ PKG_DEPENDS+= libpng giflib libgtk glib fontconfig
PKG_URL:= http://openjdk.org/
PKG_SITES:= http://icedtea.classpath.org/download/source/
+PKG_BUILDDEP_UCLIBC:= libiconv-tiny
DISTFILES:= icedtea-$(PKG_VERSION).tar.xz
WRKDIST= ${WRKDIR}/icedtea-${PKG_VERSION}