Merge pull request #226 from psycho-nico/my-fixes

ruby: fix ruby/host build
This commit is contained in:
Luiz Angelo Daros de Luca 2014-08-20 15:31:57 -03:00
commit f0bdbbe8f7

View file

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