commit f0bdbbe8f775ff601599684c6e916d6c4f051646
parent efec55b785cee3c7454efc42be5b569f7434de2c
Author: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Date: Wed, 20 Aug 2014 15:31:57 -0300
Merge pull request #226 from psycho-nico/my-fixes
ruby: fix ruby/host build
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile
@@ -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 \