[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-960-g1bb673c

Jelmer Vernooij jelmer at samba.org
Thu Feb 21 00:07:55 GMT 2008


The branch, v4-0-test has been updated
       via  1bb673ce4e84088bc77d490101e8904cf9a467a2 (commit)
       via  e8751e513d5f9b30e518104bbc23bcbd203818a6 (commit)
      from  b1d2584277304be3f2a640465cbf6b2a3ec571cc (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 1bb673ce4e84088bc77d490101e8904cf9a467a2
Merge: e8751e513d5f9b30e518104bbc23bcbd203818a6 b1d2584277304be3f2a640465cbf6b2a3ec571cc
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Thu Feb 21 01:07:06 2008 +0100

    Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial

commit e8751e513d5f9b30e518104bbc23bcbd203818a6
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Thu Feb 21 01:04:18 2008 +0100

    Never assume -fvisibility=hidden for modules unless explicitly specified (consistent with what we do for other subsystems/libraries).

-----------------------------------------------------------------------

Summary of changes:
 source/build/smb_build/input.pm |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/build/smb_build/input.pm b/source/build/smb_build/input.pm
index da90e9d..8c9a6ef 100644
--- a/source/build/smb_build/input.pm
+++ b/source/build/smb_build/input.pm
@@ -233,14 +233,6 @@ sub check($$$$$)
 	my ($INPUT, $enabled, $subsys_ot, $lib_ot, $module_ot) = @_;
 
 	foreach my $part (values %$INPUT) {
-		unless (defined($part->{STANDARD_VISIBILITY})) {
-			if ($part->{TYPE} eq "MODULE" or $part->{TYPE} eq "BINARY") {
-				$part->{STANDARD_VISIBILITY} = "hidden";
-			} else {
-				$part->{STANDARD_VISIBILITY} = "default";
-			}
-		}
-
 		unless (defined($part->{PUBLIC_HEADERS})) {
 			$part->{PUBLIC_HEADERS} = [];
 		}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list