From 824bb08c5d3e74eb9d15b2585db76b6ad6d157f1 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 17 Jun 2018 14:23:25 +0200 Subject: community/ruby-nokogiri: upgrade to 1.8.3 --- community/ruby-nokogiri/fix-extconf.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/ruby-nokogiri/fix-extconf.patch (limited to 'community/ruby-nokogiri/fix-extconf.patch') diff --git a/community/ruby-nokogiri/fix-extconf.patch b/community/ruby-nokogiri/fix-extconf.patch new file mode 100644 index 0000000000..6eb029535f --- /dev/null +++ b/community/ruby-nokogiri/fix-extconf.patch @@ -0,0 +1,11 @@ +--- a/ext/nokogiri/extconf.rb ++++ b/ext/nokogiri/extconf.rb +@@ -434,7 +434,7 @@ + + if RbConfig::MAKEFILE_CONFIG['CC'] =~ /gcc/ + $CFLAGS << " -O3" unless $CFLAGS[/-O\d/] +- $CFLAGS << " -Wall -Wcast-qual -Wwrite-strings -Wextra -Wmissing-noreturn -Winline" ++ $CFLAGS << " -Wall -Wcast-qual -Wwrite-strings -Wmissing-noreturn -Winline" + end + + case -- cgit v1.2.3