]> git.ipfire.org Git - thirdparty/kmod.git/commit
build: Drop define not picked by meson
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 7 Nov 2024 17:13:11 +0000 (11:13 -0600)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 8 Nov 2024 17:31:29 +0000 (11:31 -0600)
commit01c8b02c5a00d554acd4b8eb14128ba92370ce88
treee15eb0ebb970e11e4f5b67c5bfb342b418f9befe
parent8ba2e200cd4dc2aea9975f4765908281084cd37c
build: Drop define not picked by meson

For almost 13 years, since commit 769becb5dbfb ("tools: kmod: Add
handling of compat modinfo") we have a non-spoken joke in the build
system showing "-DANOTHER_BRICK_IN_THE -Wall" in honour of the famous
Pink Floyd song.

With configure flags now being sorted, I'm looking at the logs and
seeing: "-DANOTHER_BRICK_IN_THE -fdata-sections". That makes no sense.
Also the new meson build system did not join the joke. Not fun. Let's
drop it and let this commit serve as recognition of what it was.

Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/226
configure.ac