From 2c2b16b5aeef83a3adce1859e1fbfd9c4f6ffdd5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 20 Jan 2008 16:10:14 +0100 Subject: [PATCH] build: Allow overriding CFLAGS for python packages. --- source/build/smb_build/config_mk.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/source/build/smb_build/config_mk.pm b/source/build/smb_build/config_mk.pm index 2365ca19b2d..d07660ba1d8 100644 --- a/source/build/smb_build/config_mk.pm +++ b/source/build/smb_build/config_mk.pm @@ -27,6 +27,7 @@ my $section_types = { "OBJ_FILES" => "list", "ENABLE" => "bool", "LDFLAGS" => "list", + "CFLAGS" => "list", }, "SUBSYSTEM" => { "OBJ_FILES" => "list", -- 2.34.1