diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-28 16:33:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-28 16:33:41 +0100 |
commit | 444176e8aa3a958f147f15542793678b619be262 (patch) | |
tree | 3bae8dc0b3fd98ebffc239c6f4d0bb2e7604d957 /package/ruby/Makefile | |
parent | 05abc676e9272fdf933e0ea376bb12d8ec497467 (diff) |
fix host build stuff and update-patches, convert cifs-utils and libaudiofile to new autotool infrastructure
Diffstat (limited to 'package/ruby/Makefile')
-rw-r--r-- | package/ruby/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile index cf0bff905..cc34e7e5d 100644 --- a/package/ruby/Makefile +++ b/package/ruby/Makefile @@ -11,6 +11,7 @@ PKG_MD5SUM:= c351450a0bed670e0f5ca07da3458a5b PKG_DESCR:= interpreter for the ruby language PKG_SECTION:= lang PKG_DEPENDS:= librt libpthread libgcc +PKG_BUILDDEP:= ruby-host PKG_URL:= http://www.ruby-lang.org/ PKG_SITES:= http://ftp.ruby-lang.org/pub/ruby/2.0/ PKG_NOPARALLEL:= 1 |