[DRE-commits] [ruby-hiredis] 02/07: Refresh use_system_libhiredis.patch

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Fri Oct 23 12:06:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository ruby-hiredis.

commit 686dc5a36b493b382bb8719c3f3e8e0e32f00024
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Fri Oct 23 14:44:34 2015 +0300

    Refresh use_system_libhiredis.patch
---
 debian/patches/use_system_libhiredis.patch | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/patches/use_system_libhiredis.patch b/debian/patches/use_system_libhiredis.patch
index 9e68790..4b5e2fe 100644
--- a/debian/patches/use_system_libhiredis.patch
+++ b/debian/patches/use_system_libhiredis.patch
@@ -6,7 +6,7 @@ Last-Update: 2013-04-10
 Forwarded: no
 --- a/ext/hiredis_ext/extconf.rb
 +++ b/ext/hiredis_ext/extconf.rb
-@@ -2,27 +2,14 @@
+@@ -2,12 +2,6 @@
  
  RbConfig::MAKEFILE_CONFIG['CC'] = ENV['CC'] if ENV['CC']
  
@@ -18,8 +18,9 @@ Forwarded: no
 -
  RbConfig::CONFIG['configure_args'] =~ /with-make-prog\=(\w+)/
  make_program = $1 || ENV['make']
- unless make_program then
-   make_program = (/mswin/ =~ RUBY_PLATFORM) ? 'nmake' : 'make'
+ make_program ||= case RUBY_PLATFORM
+@@ -19,15 +13,8 @@
+   'make'
  end
  
 -# Make sure hiredis is built...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-hiredis.git



More information about the Pkg-ruby-extras-commits mailing list