]> git.ipfire.org Git - pakfire.git/commit
configure: Fix config.h
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Jan 2025 16:22:57 +0000 (16:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Jan 2025 16:22:57 +0000 (16:22 +0000)
commitfac6339990c2b9d7d77f857f6002bbfc03739dab
tree4f2d16ac97f63107f355a2baa743158deecfc588
parent4de6abeb8b613884661ab85fdedb96fb38957ac7
configure: Fix config.h

PACKAGE_VERSION was accidentially redefined which rendered all compiler
checks broken which then wiped out all custom CFLAGS that we have been
using.

This patch adds a new variable with the full version which fixes the
problem.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac
src/cli/lib/version.c
src/cli/pakfire-builder.c
src/cli/pakfire-client.c
src/cli/pakfire-daemon.c
src/cli/pakfire.c
src/pakfire/daemon.c
src/python/pakfiremodule.c