Initial import (#1498991).
This commit is contained in:
parent
b5f757a829
commit
aa3d2418ca
6 changed files with 200 additions and 3 deletions
16
ruby-shadow-2.5.0-cflags.patch
Normal file
16
ruby-shadow-2.5.0-cflags.patch
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
--- extconf.rb~ 2017-10-05 20:21:59.480315863 +0200
|
||||
+++ extconf.rb 2017-10-05 20:23:55.077931560 +0200
|
||||
@@ -6,12 +6,7 @@
|
||||
|
||||
require 'mkmf'
|
||||
require 'rbconfig'
|
||||
-
|
||||
-$CFLAGS = case RUBY_VERSION
|
||||
- when /^1\.9/; '-DRUBY19'
|
||||
- when /^2\./; '-DRUBY19'
|
||||
- else; ''
|
||||
- end
|
||||
+$CFLAGS = "#{$CFLAGS} -DRUBY19"
|
||||
|
||||
implementation = case CONFIG['host_os']
|
||||
when /linux/i; 'shadow'
|
||||
Loading…
Add table
Add a link
Reference in a new issue