package/libabseil-cpp: depend on (host) gcc >= 4.9
authorMichael Nosthoff <buildroot@heine.tech>
Fri, 30 Oct 2020 11:25:05 +0000 (12:25 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 31 Oct 2020 21:21:13 +0000 (22:21 +0100)
commite98610f039b88a5d164b19343d5ecef2d1c01f6d
tree079354aaecc61537c312bb9bb06c7c3ff6e2f9b0
parent1d1390e6e332f88e07bf393f7d0a9e65d4ec3023
package/libabseil-cpp: depend on (host) gcc >= 4.9

abseil depends on gcc >= 4.9 according to [0] and actually doesn't
compile anymore with the latest version bump.
This didn't show in the autobuilders as the C++11 issue fixed in the
previous commit shadowed it.

also update dependency in package/grpc.

fixes:
 https://github.com/abseil/abseil-cpp/issues/795

[0] https://abseil.io/docs/cpp/platforms/platforms#linux

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/grpc/Config.in
package/libabseil-cpp/Config.in