[packages] erlang: Disable java compiler (#11873)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32748 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2012-07-16 14:05:40 +00:00
parent 227313d2da
commit f5f1f6d568

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=erlang PKG_NAME:=erlang
PKG_VERSION:=R15B01 PKG_VERSION:=R15B01
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_SOURCE:=otp_src_$(PKG_VERSION).tar.gz PKG_SOURCE:=otp_src_$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= http://www.erlang.org/download/ \ PKG_SOURCE_URL:= http://www.erlang.org/download/ \
@ -228,6 +228,7 @@ HOST_CONFIGURE_ARGS += \
--disable-nls \ --disable-nls \
--disable-hipe \ --disable-hipe \
--disable-smp-support \ --disable-smp-support \
--without-javac \
--without-ssl --without-ssl
define Host/Compile define Host/Compile
@ -246,6 +247,7 @@ CONFIGURE_ARGS += \
--disable-hipe \ --disable-hipe \
--disable-smp-support \ --disable-smp-support \
--with-ssl="$(STAGING_DIR)/usr" \ --with-ssl="$(STAGING_DIR)/usr" \
--without-javac \
--enable-dynamic-ssl-lib --enable-dynamic-ssl-lib
CONFIGURE_VARS += \ CONFIGURE_VARS += \