summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-23 10:07:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-23 18:23:32 +0200
commit4340ac5371121ab2adb2dc53414c2348506cac73 (patch)
tree71febc4f613386038694a8af7be72757e7045edc /package
parentf4b29ffa95b42c19a1adf84991082cc1740c30fd (diff)
disable extensions for host
Diffstat (limited to 'package')
-rw-r--r--package/ruby/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile
index b3557d809..7b1746ea4 100644
--- a/package/ruby/Makefile
+++ b/package/ruby/Makefile
@@ -40,6 +40,7 @@ INSTALL_TARGET:= install-nodoc
HOST_CONFIGURE_ARGS+= --disable-install-doc \
--disable-shared \
+ --with-out-ext=curses,openssl,readline \
--prefix=$(HOST_WRKINST)/usr \
--bindir=$(HOST_WRKINST)/usr/bin \
--mandir=$(HOST_WRKINST)/usr/share/man \