]> git.proxmox.com Git - pve-qemu.git/commitdiff
d/rules: add missing export for CFLAGS
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 10 Feb 2023 09:39:23 +0000 (10:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 14 Feb 2023 09:04:21 +0000 (10:04 +0100)
Otherwise, they don't affect the build of QEMU at all.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
debian/rules

index 6d5f88256910ffd6f2cab1a0b5fef5c171da6391..7fa99118634d05824affb30c3526ac6aa9070a42 100755 (executable)
@@ -35,6 +35,8 @@ else
        CFLAGS += -O2
 endif
 
+export CFLAGS
+
 ${BUILDDIR}/config.status: configure
        dh_testdir
        # Add here commands to configure the package.