[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-898-gf6760fd

Jelmer Vernooij jelmer at samba.org
Tue Feb 19 02:58:24 GMT 2008


The branch, v4-0-test has been updated
       via  f6760fd161f568ef13a841a0210f130160a16c01 (commit)
      from  d1aa25249d64513f785430cab7437b5c7ca8db27 (commit)

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


- Log -----------------------------------------------------------------
commit f6760fd161f568ef13a841a0210f130160a16c01
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Feb 19 03:57:30 2008 +0100

    Fix CFLAGS (caused problems on hosts without libgssapi installed on the system).

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

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


Changeset truncated at 500 lines:

diff --git a/source/build/smb_build/output.pm b/source/build/smb_build/output.pm
index 83be28e..ff9afe8 100644
--- a/source/build/smb_build/output.pm
+++ b/source/build/smb_build/output.pm
@@ -185,7 +185,7 @@ sub create_output($$)
 		merge_array(\$part->{FINAL_CFLAGS}, $part->{CPPFLAGS});
 		merge_array(\$part->{FINAL_CFLAGS}, $part->{CFLAGS});
 
-		foreach (@{$part->{UNIQUE_DEPENDENCIES_COMPILE}}) {
+		foreach (@{$part->{UNIQUE_DEPENDENCIES_ALL}}) {
 			my $elem = $depend->{$_};
 			next if $elem == $part;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list