aboutsummaryrefslogtreecommitdiff
path: root/third_party/rake-compiler-dock/build/patches/ruby-1.9.3/no_sendfile.patch
diff options
context:
space:
mode:
authorAlexander Polcyn <apolcyn@google.com>2018-01-03 14:47:26 -0800
committerAlexander Polcyn <apolcyn@google.com>2018-01-08 13:27:20 -0800
commit8065a5e73c54801ed0f6c2b6e5469c4e34a83f48 (patch)
tree8aaec3160d4ef41a2d5582c435d078db8d65245c /third_party/rake-compiler-dock/build/patches/ruby-1.9.3/no_sendfile.patch
parent2b0ab320c12cb807cf05b3295b7017d0ccbf66f5 (diff)
downloadgrpc-grpc-8065a5e73c54801ed0f6c2b6e5469c4e34a83f48.tar.gz
Use rake-compiler-dock's Dockerfile as a base in grpc's fork of it
Diffstat (limited to 'third_party/rake-compiler-dock/build/patches/ruby-1.9.3/no_sendfile.patch')
-rw-r--r--third_party/rake-compiler-dock/build/patches/ruby-1.9.3/no_sendfile.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/third_party/rake-compiler-dock/build/patches/ruby-1.9.3/no_sendfile.patch b/third_party/rake-compiler-dock/build/patches/ruby-1.9.3/no_sendfile.patch
deleted file mode 100644
index d8f339e814..0000000000
--- a/third_party/rake-compiler-dock/build/patches/ruby-1.9.3/no_sendfile.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/configure b/configure
-index 898730c..cfe6253 100755
---- a/configure
-+++ b/configure
-@@ -14695,7 +14695,7 @@ for ac_func in fmod killpg wait4 waitpid fork spawnv syscall __syscall chroot ge
- setsid telldir seekdir fchmod cosh sinh tanh log2 round\
- setuid setgid daemon select_large_fdset setenv unsetenv\
- mktime timegm gmtime_r clock_gettime gettimeofday poll ppoll\
-- pread sendfile shutdown sigaltstack dl_iterate_phdr
-+ pread shutdown sigaltstack dl_iterate_phdr
- do :
- as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
- ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"