r14518: Support STANDARD_VISIBILITY property on binaries
authorJelmer Vernooij <jelmer@samba.org>
Fri, 17 Mar 2006 15:38:22 +0000 (15:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:57:36 +0000 (13:57 -0500)
(This used to be commit 2550f47030e00381b0a2d1a46dfdcc6c3783b64f)

source4/build/smb_build/TODO
source4/build/smb_build/config_mk.pm
source4/torture/rpc/rpc.c

index 80254b1eda93bd2170dfb07f18bdbf5375394f6f..dae3fc6cfa5b888f6ae80d0dc38c25a37cd6dff5 100644 (file)
@@ -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
index 6be817c58d55ce0c2782b9f8e3054baec57b06ec..abf88662b65e57ee21b3bf16c097a993f4593ab4 100644 (file)
@@ -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",
index 1fadf4dca97b0c5b7afca7f03e4d3708c2a195f8..be3ce283cce3153b943722032d45482af7a83f6d 100644 (file)
@@ -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)
 {