diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-20 16:10:14 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-21 03:54:41 +0100 |
commit | 078acef0471528685272b7b7ef582c7c32f5ef1c (patch) | |
tree | 8bb9bc7edcd3d862f754b282eadd71be7a4a2dd9 /source4 | |
parent | 66871f9950f1998c97f97c9a095953c66ab4ab64 (diff) | |
download | samba-078acef0471528685272b7b7ef582c7c32f5ef1c.tar.gz samba-078acef0471528685272b7b7ef582c7c32f5ef1c.tar.xz samba-078acef0471528685272b7b7ef582c7c32f5ef1c.zip |
build: Allow overriding CFLAGS for python packages.
(This used to be commit 2c2b16b5aeef83a3adce1859e1fbfd9c4f6ffdd5)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/build/smb_build/config_mk.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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", |