https://bugzilla.redhat.com/show_bug.cgi?id=1634014 --- Comment #6 from Mathieu Bridon <bochecha@xxxxxxxxxxx> --- >> export GRPC_PYTHON_CFLAGS="%{build_cflags}" > > I see that you BR gcc-c++, you also need to export CXXFLAGS. They don't seem to use that at all in their build system. It looks like they call their variable "GRPC_PYTHON_CFLAGS" and invoke the compiler as "gcc", even though it really is C++ code. (and as such the BR on gcc-c++ is required) I can add an `export CXXFLAGS=%{build_cxxflags}` line if you really want me to, but unless I missed something it's going to be entirely ignored by the build process. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx