diff options
Diffstat (limited to 'net-libs/grpc/grpc-1.16.0.ebuild')
-rw-r--r-- | net-libs/grpc/grpc-1.16.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-libs/grpc/grpc-1.16.0.ebuild b/net-libs/grpc/grpc-1.16.0.ebuild index 31caf4ced501..b3fac81f326d 100644 --- a/net-libs/grpc/grpc-1.16.0.ebuild +++ b/net-libs/grpc/grpc-1.16.0.ebuild @@ -35,6 +35,7 @@ PATCHES=( "${FILESDIR}/0005-grpc-1.11.0-pkgconfig-libdir.patch" "${FILESDIR}/grpc-1.15.0-fix-cpp-so-version.patch" "${FILESDIR}/grpc-1.16.0-gcc8-fixes.patch" + "${FILESDIR}/grpc-1.16.0-Prevent-shell-calls-longer-than-ARG_MAX.patch" ) S="${WORKDIR}/${PN}-${MY_PV}" |