From af24e3b0ea319ec9d9b840b4edb505d4f742722f Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 30 Mar 2010 18:27:11 +0000 Subject: [PATCH] ruby: support for "half-finished" ftptls & telnets libraries has been discontinued upstream SVN-Revision: 20612 --- 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 -- 2.30.2