ruby: fix ruby/host build 226/head
authorNicolas Thill <nico@openwrt.org>
Wed, 20 Aug 2014 12:42:10 +0000 (14:42 +0200)
committerNicolas Thill <nico@openwrt.org>
Wed, 20 Aug 2014 13:12:18 +0000 (15:12 +0200)
  - build ruby/host extensions as static,
  - remove dependency on gmp/host

Signed-off-by: Nicolas Thill <nico@openwrt.org>
lang/ruby/Makefile

index 661b3e725b12ac23ad237983ecde38536bb8e4c9..be2a669edca245d08d640c186e14ebcd9b821912 100644 (file)
@@ -32,8 +32,6 @@ PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=1
 PKG_FIXUP:=autoreconf
 
-HOST_BUILD_DEPENDS:=gmp/host
-
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/nls.mk
@@ -210,7 +208,8 @@ endef
 HOST_CONFIGURE_ARGS += \
        --disable-install-doc \
        --disable-install-rdoc \
-       --disable-install-capi
+       --disable-install-capi \
+       --with-static-linked-ext \
 
 CONFIGURE_ARGS += \
        --enable-shared \