File tree Expand file tree Collapse file tree 2 files changed +6
-173
lines changed Expand file tree Collapse file tree 2 files changed +6
-173
lines changed Original file line number Diff line number Diff line change @@ -135,12 +135,16 @@ $(DOWNLOADS)/crossruby/configure: $(DOWNLOADS)/crossruby/configure.ac $(RUBY)
135
135
cd $(DOWNLOADS ) /crossruby && $(RUBY ) tool/downloader.rb -d tool -e gnu config.guess config.sub
136
136
cd $(DOWNLOADS ) /crossruby && $(AUTORECONF ) -i
137
137
138
- $(DOWNLOADS ) /crossruby/configure.ac :
138
+ $(DOWNLOADS ) /crossruby/configure.ac : $( DOWNLOADS ) /ruby-12995.patch
139
139
mkdir -p $(DOWNLOADS )
140
140
$(CLONE ) $(GITHUB ) /ruby/ruby $(DOWNLOADS ) /crossruby -b $(RUBY_VERSION )
141
- cd $(DOWNLOADS ) /crossruby && $(GIT ) apply ${PWD} /ruby-setjmp .patch
141
+ cd $(DOWNLOADS ) /crossruby && $(GIT ) apply $( DOWNLOADS ) /ruby-12995 .patch
142
142
echo ' #include "${PWD}/ruby-bindings.h"' >> $(DOWNLOADS ) /crossruby/gc.c
143
143
144
+ $(DOWNLOADS ) /ruby-12995.patch :
145
+ mkdir -p $(DOWNLOADS )
146
+ $(CURL ) -Lo $(DOWNLOADS ) /ruby-12995.patch $(GITHUB ) /ruby/ruby/pull/12995.diff
147
+
144
148
# Base Ruby (targets the build machine)
145
149
146
150
$(RUBY ) : $(DOWNLOADS ) /baseruby/Makefile
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments