]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
configure: correctly set up CFLAGS while setting up libarchive
authorTheodore Ts'o <tytso@mit.edu>
Wed, 2 Jul 2025 19:22:46 +0000 (15:22 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 2 Jul 2025 19:28:00 +0000 (15:28 -0400)
commit00f71b527f31381f34fc32bfb3c719e8dbf57487
treee252e7d9f497f688a3ff50cb2f109ee631be2b92
parent705a51d3ddd658536322be28b1ddce941fbabc2c
configure: correctly set up CFLAGS while setting up libarchive

Fix a regression where the debugging options ("-g -O") got dropped
while setting up the include path for libarchive.

Fixes: c54a2e825847 ("Use the libarchive library reported by pkg-config")
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.ac