From: Nicolas Thill Date: Sun, 18 Apr 2010 23:57:43 +0000 (+0000) Subject: sqlite3-ruby: mark it as broken, does not cross-compile cleanly anymore with ruby... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3dc0511fae9d35ef751771ac46c30344492c7f1e;p=openwrt%2Fsvn-archive%2Fpackages.git sqlite3-ruby: mark it as broken, does not cross-compile cleanly anymore with ruby 1.9.x SVN-Revision: 21009 --- diff --git a/lang/sqlite3-ruby/Makefile b/lang/sqlite3-ruby/Makefile index 3875e3091..c67555018 100644 --- a/lang/sqlite3-ruby/Makefile +++ b/lang/sqlite3-ruby/Makefile @@ -23,7 +23,7 @@ define Package/ruby-sqlite3 CATEGORY:=Languages TITLE:=Ruby interface for SQLite URL:=http://www.ruby-lang.org/ - DEPENDS:=+libruby +libsqlite3 + DEPENDS:=+libruby +libsqlite3 @BROKEN endef RUBY:= \ @@ -42,8 +42,8 @@ define Build/Compile endef define Package/ruby-sqlite3/install - $(INSTALL_DIR) $(1)/usr/lib/ruby/1.8 - $(CP) $(PKG_INSTALL_DIR)/usr/lib/ruby/site_ruby/1.8/* $(1)/usr/lib/ruby/1.8/ + $(INSTALL_DIR) $(1) + $(CP) $(PKG_INSTALL_DIR)/* $(1)/ endef