mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
b871e0a190
commit
e65acccca8
@ -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=""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user