projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6e94a2
)
[packages] erlang: Disable java compiler (#11873)
author
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Mon, 16 Jul 2012 14:05:40 +0000
(14:05 +0000)
committer
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Mon, 16 Jul 2012 14:05:40 +0000
(14:05 +0000)
SVN-Revision: 32748
lang/erlang/Makefile
patch
|
blob
|
history
diff --git
a/lang/erlang/Makefile
b/lang/erlang/Makefile
index 185302d5db2b853f1b1486bb57b071aceca53c80..41ca355c71a30d8f4bbabe929b357b50934fd542 100644
(file)
--- a/
lang/erlang/Makefile
+++ b/
lang/erlang/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=erlang
PKG_VERSION:=R15B01
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_SOURCE:=otp_src_$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:= http://www.erlang.org/download/ \
@@
-228,6
+228,7
@@
HOST_CONFIGURE_ARGS += \
--disable-nls \
--disable-hipe \
--disable-smp-support \
+ --without-javac \
--without-ssl
define Host/Compile
@@
-246,6
+247,7
@@
CONFIGURE_ARGS += \
--disable-hipe \
--disable-smp-support \
--with-ssl="$(STAGING_DIR)/usr" \
+ --without-javac \
--enable-dynamic-ssl-lib
CONFIGURE_VARS += \