summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/config_mk.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-17 15:38:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:57:36 -0500
commit02c4b989980dbd1fb1d01694a3e31a3a12f71d21 (patch)
tree8c12b7c058048969d3e7cdd1b2677353487ca300 /source4/build/smb_build/config_mk.pm
parent5790d73119e1089a9025b7df5c1c90100d004383 (diff)
downloadsamba-02c4b989980dbd1fb1d01694a3e31a3a12f71d21.tar.gz
samba-02c4b989980dbd1fb1d01694a3e31a3a12f71d21.tar.bz2
samba-02c4b989980dbd1fb1d01694a3e31a3a12f71d21.zip
r14518: Support STANDARD_VISIBILITY property on binaries
(This used to be commit 2550f47030e00381b0a2d1a46dfdcc6c3783b64f)
Diffstat (limited to 'source4/build/smb_build/config_mk.pm')
-rw-r--r--source4/build/smb_build/config_mk.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm
index 6be817c58d..abf88662b6 100644
--- a/source4/build/smb_build/config_mk.pm
+++ b/source4/build/smb_build/config_mk.pm
@@ -66,7 +66,8 @@ my $section_types = {
"PUBLIC_PROTO_HEADER" => "string",
"PUBLIC_HEADERS" => "list",
- "EXTRA_CFLAGS" => "string"
+ "EXTRA_CFLAGS" => "string",
+ "STANDARD_VISIBILITY" => "string"
},
"LIBRARY" => {
"VERSION" => "string",