[packages] sqlite3-ruby: mark it as broken, does not cross-compile cleanly anymore with ruby 1.9.x

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21009 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2010-04-18 23:57:43 +00:00
parent a99cd3360a
commit 955e123a79

View File

@ -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