[packages] erlang: disable Java detection
authorNicolas Thill <nico@openwrt.org>
Wed, 23 Dec 2009 11:11:19 +0000 (11:11 +0000)
committerNicolas Thill <nico@openwrt.org>
Wed, 23 Dec 2009 11:11:19 +0000 (11:11 +0000)
SVN-Revision: 18906

lang/erlang/Makefile

index e18158909d8b7383b63a56487434ebd528bbc90c..723d4d8b0f8e36af7de5d9739295baffbdaf1051 100644 (file)
@@ -231,6 +231,7 @@ HOST_CONFIGURE_ARGS += \
        --without-ssl \
 
 HOST_CONFIGURE_VARS += \
+       ac_cv_prog_JAVAC="" \
        ac_cv_prog_javac_ver_1_2=no \
 
 define Host/Compile
@@ -256,6 +257,7 @@ CONFIGURE_VARS += \
        SHLIB_LD="$(TARGET_CC)" \
        TARGET_ARCH="$(TARGET_ARCH)" \
        ac_cv_prog_RX_LD="$(TARGET_LD)" \
+       ac_cv_prog_JAVAC="" \
        ac_cv_prog_javac_ver_1_2=no \
        ac_cv_func_getaddrinfo=no \
        ac_cv_func_mmap_fixed_mapped=yes \