浏览代码

disable extensions for host

Waldemar Brodkorb 11 年之前
父节点
当前提交
4340ac5371
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/ruby/Makefile

+ 1 - 0
package/ruby/Makefile

@@ -40,6 +40,7 @@ INSTALL_TARGET:=	install-nodoc
 
 
 HOST_CONFIGURE_ARGS+=	--disable-install-doc \
 HOST_CONFIGURE_ARGS+=	--disable-install-doc \
 			--disable-shared \
 			--disable-shared \
+			--with-out-ext=curses,openssl,readline \
 			--prefix=$(HOST_WRKINST)/usr \
 			--prefix=$(HOST_WRKINST)/usr \
 			--bindir=$(HOST_WRKINST)/usr/bin \
 			--bindir=$(HOST_WRKINST)/usr/bin \
 			--mandir=$(HOST_WRKINST)/usr/share/man \
 			--mandir=$(HOST_WRKINST)/usr/share/man \