py-grpcio: fixed build with Fujitsu compilers (#16900)
This commit is contained in:
@@ -29,3 +29,7 @@ def setup_build_environment(self, env):
|
||||
env.set('GRPC_PYTHON_BUILD_SYSTEM_OPENSSL', True)
|
||||
env.set('GRPC_PYTHON_BUILD_SYSTEM_ZLIB', True)
|
||||
env.set('GRPC_PYTHON_BUILD_SYSTEM_CARES', True)
|
||||
|
||||
def patch(self):
|
||||
if self.spec.satisfies('%fj'):
|
||||
filter_file("-std=gnu99", "", "setup.py")
|
||||
|
Reference in New Issue
Block a user