mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s4:build: try to fix the build with the ibm checker in the build-farm
The problem is that the shell eats the quotes in -DFOO="foo, bar, NULL" metze
This commit is contained in:
parent
cb388882cf
commit
2f579200fb
@ -73,7 +73,7 @@ foreach my $key (values %$OUTPUT) {
|
||||
$shared_libs_used = 1;
|
||||
}
|
||||
if ($key->{TYPE} eq "MODULE" and @{$key->{OUTPUT_TYPE}}[0] eq "MERGED_OBJ" and defined($key->{INIT_FUNCTION})) {
|
||||
$mkenv->output("$key->{SUBSYSTEM}_INIT_FUNCTIONS += $key->{INIT_FUNCTION},\n");
|
||||
$mkenv->output("$key->{SUBSYSTEM}_INIT_FUNCTIONS +=$key->{INIT_FUNCTION},\n");
|
||||
}
|
||||
$mkenv->CFlags($key);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user