summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-18 12:59:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-18 12:59:44 +0200
commit5e07616b4dcaa47983cb218da53ab152e13228ef (patch)
tree409327bc16f02ce6d5079ec01dd5083461ab6281 /package
parentbc026b033435ba9ba218c539e645a94fe49d7df0 (diff)
fix ruby host, yajl build error fix, reported by joern
Diffstat (limited to 'package')
-rw-r--r--package/ruby/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile
index 12bffe921..34cee5313 100644
--- a/package/ruby/Makefile
+++ b/package/ruby/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= ruby
PKG_VERSION:= 2.1.1
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= e57fdbb8ed56e70c43f39c79da1654b2
PKG_DESCR:= ruby scripting language
PKG_SECTION:= dev/lang
@@ -41,20 +41,11 @@ 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 \
--disable-rubygems
HOST_ALL_TARGET:= main
HOST_INSTALL_TARGET:= install-nodoc
HOST_XAKE_FLAGS:= V=1 DESTDIR=""
-ruby-hostinstall:
- $(INSTALL_BIN) $(HOST_WRKINST)/usr/bin/ruby \
- $(STAGING_HOST_DIR)/usr/bin
- $(CP) $(HOST_WRKINST)/usr/lib/ruby \
- $(STAGING_HOST_DIR)/usr/lib
-
ruby-install:
${INSTALL_DIR} ${IDIR_RUBY}/usr/lib/ruby
${INSTALL_DIR} ${IDIR_RUBY}/usr/bin