[Bug general/33103] elfutils fails in-tree build due to ./stack binary #included via

2025-06-25 Thread slyich at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=33103 --- Comment #4 from Sergei Trofimovich --- (In reply to Mark Wielaard from comment #3) > I don't understand why this is only a problem with srcdir == builddir. AFAIU the difference in in-tree/out-of-tree is the following: in-tree: - bui

[Bug general/33103] elfutils fails in-tree build due to ./stack binary #included via

2025-06-25 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=33103 --- Comment #3 from Mark Wielaard --- I don't understand why this is only a problem with srcdir == builddir. But maybe we can extend the original solution to use -iquote for srcdir. And only have -I for lib and the top builddir (for )? Does t