Преглед изворни кода

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

ruby: fix ruby/host build
Luiz Angelo Daros de Luca пре 10 година
родитељ
комит
f0bdbbe8f7
1 измењених фајлова са 2 додато и 3 уклоњено
  1. 2
    3
      lang/ruby/Makefile

+ 2
- 3
lang/ruby/Makefile Прегледај датотеку

32
 PKG_BUILD_PARALLEL:=1
32
 PKG_BUILD_PARALLEL:=1
33
 PKG_FIXUP:=autoreconf
33
 PKG_FIXUP:=autoreconf
34
 
34
 
35
-HOST_BUILD_DEPENDS:=gmp/host
36
-
37
 include $(INCLUDE_DIR)/host-build.mk
35
 include $(INCLUDE_DIR)/host-build.mk
38
 include $(INCLUDE_DIR)/package.mk
36
 include $(INCLUDE_DIR)/package.mk
39
 include $(INCLUDE_DIR)/nls.mk
37
 include $(INCLUDE_DIR)/nls.mk
210
 HOST_CONFIGURE_ARGS += \
208
 HOST_CONFIGURE_ARGS += \
211
 	--disable-install-doc \
209
 	--disable-install-doc \
212
 	--disable-install-rdoc \
210
 	--disable-install-rdoc \
213
-	--disable-install-capi
211
+	--disable-install-capi \
212
+	--with-static-linked-ext \
214
 
213
 
215
 CONFIGURE_ARGS += \
214
 CONFIGURE_ARGS += \
216
 	--enable-shared \
215
 	--enable-shared \