From 078acef0471528685272b7b7ef582c7c32f5ef1c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 20 Jan 2008 16:10:14 +0100 Subject: build: Allow overriding CFLAGS for python packages. (This used to be commit 2c2b16b5aeef83a3adce1859e1fbfd9c4f6ffdd5) --- source4/build/smb_build/config_mk.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/build/smb_build/config_mk.pm') diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm index 2365ca19b2..d07660ba1d 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/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", -- cgit