[pve-devel] [PATCH qemu 1/2] d/rules: add missing export for CFLAGS
Fiona Ebner
f.ebner at proxmox.com
Fri Feb 10 10:39:23 CET 2023
Otherwise, they don't affect the build of QEMU at all.
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 6d5f882..7fa9911 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,8 @@ else
CFLAGS += -O2
endif
+export CFLAGS
+
${BUILDDIR}/config.status: configure
dh_testdir
# Add here commands to configure the package.
--
2.30.2
More information about the pve-devel
mailing list