Loading CHANGES +4 −0 Original line number Diff line number Diff line Changes with Apache 2.0.37 *) Fix apxs to allow "apxs -q installbuilddir" and to allow querying certain other variables from config_vars.mk. PR 9316 [Jeff Trawick] *) Added the "detached" attribute to the cgi_exec_info_t internals so that Win32 and Netware won't create a new window or console for each CGI invoked. PR 8387 Loading support/apxs.in +2 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,8 @@ get_config_vars("$installbuilddir/config_vars.mk",\%config_vars); my $prefix = get_vars("prefix"); my $CFG_PREFIX = $prefix; my $exec_prefix = get_vars("exec_prefix"); my $datadir = get_vars("datadir"); my $localstatedir = get_vars("localstatedir"); my $CFG_TARGET = get_vars("progname"); my $CFG_SYSCONFDIR = get_vars("sysconfdir"); my $CFG_CFLAGS = join ' ', map { get_vars($_) } Loading Loading
CHANGES +4 −0 Original line number Diff line number Diff line Changes with Apache 2.0.37 *) Fix apxs to allow "apxs -q installbuilddir" and to allow querying certain other variables from config_vars.mk. PR 9316 [Jeff Trawick] *) Added the "detached" attribute to the cgi_exec_info_t internals so that Win32 and Netware won't create a new window or console for each CGI invoked. PR 8387 Loading
support/apxs.in +2 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,8 @@ get_config_vars("$installbuilddir/config_vars.mk",\%config_vars); my $prefix = get_vars("prefix"); my $CFG_PREFIX = $prefix; my $exec_prefix = get_vars("exec_prefix"); my $datadir = get_vars("datadir"); my $localstatedir = get_vars("localstatedir"); my $CFG_TARGET = get_vars("progname"); my $CFG_SYSCONFDIR = get_vars("sysconfdir"); my $CFG_CFLAGS = join ' ', map { get_vars($_) } Loading