py-grpcio: fixed build with Fujitsu compilers (#16900)
This commit is contained in:
parent
6aa0e9944e
commit
0875c6a5d0
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user