From 2c984a2defb86e8cb67a48199b914fe61068871c Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 30 Mar 2010 18:27:11 +0000 Subject: [PATCH] [packages] ruby: support for "half-finished" ftptls & telnets libraries has been discontinued upstream git-svn-id: svn://svn.openwrt.org/openwrt/packages@20612 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/ruby/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 2345c86af..dd2f24588 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -244,9 +244,7 @@ define Package/ruby-core/install $(1)/usr/lib/ruby/$(PKG_LIBVER)/openssl.rb \ $(1)/usr/lib/ruby/$(PKG_LIBVER)/*/openssl.so \ $(1)/usr/lib/ruby/$(PKG_LIBVER)/drb/ssl.rb \ - $(1)/usr/lib/ruby/$(PKG_LIBVER)/net/ftptls.rb \ $(1)/usr/lib/ruby/$(PKG_LIBVER)/net/https.rb \ - $(1)/usr/lib/ruby/$(PKG_LIBVER)/net/telnets.rb \ $(1)/usr/lib/ruby/$(PKG_LIBVER)/webrick/ssl.rb \ \ $(1)/usr/lib/ruby/$(PKG_LIBVER)/*/dl.so \ @@ -374,9 +372,7 @@ define Package/ruby-openssl/install usr/lib/ruby/$(PKG_LIBVER)/openssl.rb \ usr/lib/ruby/$(PKG_LIBVER)/*/openssl.so \ usr/lib/ruby/$(PKG_LIBVER)/drb/ssl.rb \ - usr/lib/ruby/$(PKG_LIBVER)/net/ftptls.rb \ usr/lib/ruby/$(PKG_LIBVER)/net/https.rb \ - usr/lib/ruby/$(PKG_LIBVER)/net/telnets.rb \ usr/lib/ruby/$(PKG_LIBVER)/webrick/ssl.rb \ ) | ( cd $(1); $(TAR) -xf - ) endef