From 135852240e87743c37a660893834e62a5e54a319 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 24 Oct 2007 09:15:26 +0200 Subject: r25712: try to fix the build, perl should handle by_path as comparison function metze (This used to be commit ee47f5dc7947cad7eed84f071112e41c4a687275) --- source4/build/smb_build/cflags.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build/smb_build/cflags.pm') diff --git a/source4/build/smb_build/cflags.pm b/source4/build/smb_build/cflags.pm index 2f2a4a3868..ad6cd42c65 100755 --- a/source4/build/smb_build/cflags.pm +++ b/source4/build/smb_build/cflags.pm @@ -32,7 +32,7 @@ sub create_cflags($$$$) { 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 -- cgit