1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

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

metze
This commit is contained in:
Stefan Metzmacher 2007-10-24 09:15:26 +02:00
parent 1f5a98cd91
commit ee47f5dc79

View File

@ -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