mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r25581: move variable to the place it belongs to.
metze
This commit is contained in:
parent
eddb663959
commit
578b4711c9
@ -385,12 +385,12 @@ $ENV{PREFIX_ABS} = $prefix_abs;
|
||||
$ENV{SRCDIR} = $srcdir;
|
||||
$ENV{SRCDIR_ABS} = $srcdir_abs;
|
||||
|
||||
my $tls_enabled = not $opt_quick;
|
||||
if (defined($ENV{RUN_FROM_BUILD_FARM}) and
|
||||
($ENV{RUN_FROM_BUILD_FARM} eq "yes")) {
|
||||
$opt_format = "buildfarm";
|
||||
}
|
||||
|
||||
my $tls_enabled = not $opt_quick;
|
||||
$ENV{TLS_ENABLED} = ($tls_enabled?"yes":"no");
|
||||
$ENV{LD_LDB_MODULE_PATH} = "$old_pwd/bin/modules/ldb";
|
||||
$ENV{LD_SAMBA_MODULE_PATH} = "$old_pwd/bin/modules";
|
||||
|
Loading…
Reference in New Issue
Block a user