]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
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)
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

index b37946c07dba1f1522bb068f7a6aaf53ad5c7a5a..233fd274cdaad1759902022b464184ff72c81a2b 100644 (file)
@@ -257,7 +257,6 @@ PKG_NOARCH_INSTALLDIR
 
 CC_CHECK_FLAGS_APPEND(with_cflags, [CFLAGS], [\
                       -pipe \
-                      -DANOTHER_BRICK_IN_THE \
                       -fdata-sections \
                       -fdiagnostics-show-option \
                       -ffunction-sections \