Bug#1057385: lighttpd FTCBFS: host CFLAGS leak into build compiler invocation

2023-12-04 Thread Johannes Schauer Marin Rodrigues
Hi, Quoting Emanuele Rocca (2023-12-04 11:49:30) > some compiler flags are architecture specific and should not leak when > cross-building. > > As an example, -fcf-protection is x86-specific, and the following fails: > > aarch64-linux-gnu-gcc-13 -fcf-protection > > Similarly,

Bug#1057385: lighttpd FTCBFS: host CFLAGS leak into build compiler invocation

2023-12-04 Thread Helmut Grohne
Hi Glenn, On Mon, Dec 04, 2023 at 10:11:21AM -0500, gs-bugs.debian@gluelogic.com wrote: > On Mon, Dec 04, 2023 at 11:49:30AM +0100, Emanuele Rocca wrote: > > With the attached patch lighttpd cleanly cross-builds from source. > > Thanks, Emanuele. > > A slightly different patch: > >

Bug#1057385: lighttpd FTCBFS: host CFLAGS leak into build compiler invocation

2023-12-04 Thread gs-bugs . debian . org
On Mon, Dec 04, 2023 at 11:49:30AM +0100, Emanuele Rocca wrote: > With the attached patch lighttpd cleanly cross-builds from source. Thanks, Emanuele. A slightly different patch: https://salsa.debian.org/debian/lighttpd/-/commit/a7d695d59c9a8bffe154aae29e335102beaaf3f2 was committed a few

Bug#1057385: lighttpd FTCBFS: host CFLAGS leak into build compiler invocation

2023-12-04 Thread Emanuele Rocca
Source: lighttpd Version: 1.4.73-1 User: debian-cr...@lists.debian.org Usertags: ftcbfs X-Debbugs-Cc: debian-cr...@lists.debian.org Dear Maintainer, some compiler flags are architecture specific and should not leak when cross-building. As an example, -fcf-protection is x86-specific, and the