Philippe M. Chiasson wrote:
Remove, no, but something like this will do:
# if no build mode is specified default to DSO
unless ($build->{MP_USE_DSO} or $build->{MP_USE_STATIC}) {
$build->{MP_USE_DSO} = 1;
}
Yes, something like that. Unless you can think of something that would
Stas Bekman wrote:
Philippe M. Chiasson wrote:
Sure, using the same method for deciding if we build static in the
test does make sense. The only problem is that I was using
MP_USE_STATIC in
it right now, so I am not sure I quite understand how MP_USE_STATIC
and MP_USE_DSO can be both set at th
Philippe M. Chiasson wrote:
Sure, using the same method for deciding if we build static in the
test does make sense. The only problem is that I was using
MP_USE_STATIC in
it right now, so I am not sure I quite understand how MP_USE_STATIC
and MP_USE_DSO can be both set at the same time.
lib/M
Stas Bekman wrote:
Philippe M. Chiasson wrote:
Stas Bekman wrote:
[EMAIL PROTECTED] wrote:
stas2004/05/06 18:47:13
Modified:t/response/TestAPI module.pm
Log:
USE_(STATIC|DSO) can be both set at the same time, try
MODPERL_LIB_SHARED
Revision ChangesPath
1.11 +
Philippe M. Chiasson wrote:
Stas Bekman wrote:
[EMAIL PROTECTED] wrote:
stas2004/05/06 18:47:13
Modified:t/response/TestAPI module.pm
Log:
USE_(STATIC|DSO) can be both set at the same time, try
MODPERL_LIB_SHARED
Revision ChangesPath
1.11 +5 -4 modperl-2.0
Stas Bekman wrote:
[EMAIL PROTECTED] wrote:
stas2004/05/06 18:47:13
Modified:t/response/TestAPI module.pm
Log:
USE_(STATIC|DSO) can be both set at the same time, try
MODPERL_LIB_SHARED
Revision ChangesPath
1.11 +5 -4 modperl-2.0/t/response/TestAPI/module.p
[EMAIL PROTECTED] wrote:
stas2004/05/06 18:47:13
Modified:t/response/TestAPI module.pm
Log:
USE_(STATIC|DSO) can be both set at the same time, try MODPERL_LIB_SHARED
Revision ChangesPath
1.11 +5 -4 modperl-2.0/t/response/TestAPI/module.pm
Index: module.