-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update rake-compiler Dockerfile to build for ruby 2.4.0
- Loading branch information
1 parent
4b844a4
commit 1b587f1
Showing
2 changed files
with
98 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
third_party/rake-compiler-dock/build/patches/ruby-2.4.0/no_sendfile.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/configure b/configure | ||
index ebe3d8c..a336b73 100755 | ||
--- a/configure | ||
+++ b/configure | ||
@@ -18943,7 +18943,6 @@ do : | ||
ac_fn_c_check_func "$LINENO" "sendfile" "ac_cv_func_sendfile" | ||
if test "x$ac_cv_func_sendfile" = xyes; then : | ||
cat >>confdefs.h <<_ACEOF | ||
-#define HAVE_SENDFILE 1 | ||
_ACEOF | ||
|
||
fi |