Author: jelmer
Date: 2006-03-17 15:38:22 +0000 (Fri, 17 Mar 2006)
New Revision: 14518

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14518

Log:
Support STANDARD_VISIBILITY property on binaries

Modified:
   branches/SAMBA_4_0/source/build/smb_build/TODO
   branches/SAMBA_4_0/source/build/smb_build/config_mk.pm
   branches/SAMBA_4_0/source/torture/rpc/rpc.c


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/TODO
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/TODO      2006-03-17 15:36:43 UTC 
(rev 14517)
+++ branches/SAMBA_4_0/source/build/smb_build/TODO      2006-03-17 15:38:22 UTC 
(rev 14518)
@@ -5,7 +5,6 @@
   - include line in Makefile
   - rule in Makefile
 - generate headermap.txt
-- fix handling of dynconfig.o (causes too much recompiles for asn1_compile)
 
 set of test scripts that check the code:
 - configure_check_unused.pl

Modified: branches/SAMBA_4_0/source/build/smb_build/config_mk.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/config_mk.pm      2006-03-17 
15:36:43 UTC (rev 14517)
+++ branches/SAMBA_4_0/source/build/smb_build/config_mk.pm      2006-03-17 
15:38:22 UTC (rev 14518)
@@ -66,7 +66,8 @@
                "PUBLIC_PROTO_HEADER"   => "string",
                "PUBLIC_HEADERS"        => "list", 
 
-               "EXTRA_CFLAGS"          => "string"
+               "EXTRA_CFLAGS"          => "string",
+               "STANDARD_VISIBILITY"   => "string"
                },
        "LIBRARY" => {
                "VERSION"               => "string",

Modified: branches/SAMBA_4_0/source/torture/rpc/rpc.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/rpc.c 2006-03-17 15:36:43 UTC (rev 
14517)
+++ branches/SAMBA_4_0/source/torture/rpc/rpc.c 2006-03-17 15:38:22 UTC (rev 
14518)
@@ -27,7 +27,7 @@
 #include "librpc/rpc/dcerpc_table.h"
 
 /* open a rpc connection to the chosen binding string */
-NTSTATUS torture_rpc_connection(TALLOC_CTX *parent_ctx, 
+_PUBLIC_ NTSTATUS torture_rpc_connection(TALLOC_CTX *parent_ctx, 
                                struct dcerpc_pipe **p, 
                                const struct dcerpc_interface_table *table)
 {

Reply via email to