]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Avoid overriding libcxx system header
authorAlfred Wingate <parona@protonmail.com>
Wed, 14 Aug 2024 16:14:38 +0000 (12:14 -0400)
committerAaron Merey <amerey@redhat.com>
Wed, 14 Aug 2024 16:14:38 +0000 (12:14 -0400)
commitb426c4db31e7c80d4262abdd845d2ece0c9a841c
tree8bea4821a5384280e813e5f8542c1daab788128e
parent46c5c98ee7ce2108f51ca8ecb0e81d55797c8470
Avoid overriding libcxx system header

Replace -I with -iquote to avoid overriding stack system header from libcxx-18
with the previously built stack binary. Override DEFAULT_INLCUDES because m4
adds -I. by default.

https://bugs.gentoo.org/925241

Signed-off-by: Aaron Merey <amerey@redhat.com>
config/eu.am
src/Makefile.am