svn commit: samba r25712 - in branches/SAMBA_4_0/source/build/smb_build: .

metze at samba.org metze at samba.org
Wed Oct 24 09:15:27 GMT 2007


Author: metze
Date: 2007-10-24 09:15:26 +0000 (Wed, 24 Oct 2007)
New Revision: 25712

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

Log:
try to fix the build, perl should handle by_path as comparison function

metze
Modified:
   branches/SAMBA_4_0/source/build/smb_build/cflags.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/cflags.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/cflags.pm	2007-10-24 08:34:11 UTC (rev 25711)
+++ branches/SAMBA_4_0/source/build/smb_build/cflags.pm	2007-10-24 09:15:26 UTC (rev 25712)
@@ -32,7 +32,7 @@
 
 		my @sorted_cflags = @{$key->{FINAL_CFLAGS}};
 		if ($sort_available) {
-			@sorted_cflags = sort(by_path, @{$key->{FINAL_CFLAGS}});
+			@sorted_cflags = sort by_path @{$key->{FINAL_CFLAGS}};
 		}
 
 		# Rewrite CFLAGS so that both the source and the build



More information about the samba-cvs mailing list