d/rules: add missing export for CFLAGS

Otherwise, they don't affect the build of QEMU at all.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2023-02-10 10:39:23 +01:00 committed by Thomas Lamprecht
parent d82c5eb632
commit 0fde60fd10

2
debian/rules vendored
View File

@ -35,6 +35,8 @@ else
CFLAGS += -O2
endif
export CFLAGS
${BUILDDIR}/config.status: configure
dh_testdir
# Add here commands to configure the package.