dev-lisp/gcl: set CPPFLAGS too for gnu17 workaround

Upstream have done the same in git.

Closes: https://bugs.gentoo.org/967336
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-12-13 00:17:49 +00:00
parent b871e0a190
commit e65acccca8
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -38,6 +38,7 @@ src_configure() {
filter-lto # bug #931082 filter-lto # bug #931082
strip-flags strip-flags
append-cflags -std=gnu17 # bug #947758 append-cflags -std=gnu17 # bug #947758
append-cppflags -std=gnu17 # ditto
filter-flags -fstack-protector -fstack-protector-all filter-flags -fstack-protector -fstack-protector-all
local tcl="" local tcl=""