mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07: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:
@@ -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=""
|
||||||
|
|||||||
Reference in New Issue
Block a user