-diff --git a/support/apxs.in b/support/apxs.in
-index ad1287f..efcfcf6 100644
---- a/support/apxs.in
-+++ b/support/apxs.in
-@@ -25,7 +25,18 @@ package apxs;
+--- httpd-2.4.43/support/apxs.in.apxs 2020-03-20 15:00:44.000000000 +0200
++++ httpd-2.4.43/support/apxs.in 2020-04-02 15:16:23.516349733 +0300
+@@ -35,7 +35,18 @@
my %config_vars = ();
+
+my $installbuilddir = $libdir . "/httpd/build";
+
- get_config_vars("$installbuilddir/config_vars.mk",\%config_vars);
+ get_config_vars($destdir . "$installbuilddir/config_vars.mk",\%config_vars);
# read the configuration variables once
-@@ -275,7 +286,7 @@ if ($opt_g) {
+@@ -285,7 +296,7 @@
$data =~ s|%NAME%|$name|sg;
$data =~ s|%TARGET%|$CFG_TARGET|sg;
$data =~ s|%PREFIX%|$prefix|sg;
my ($mkf, $mods, $src) = ($data =~ m|^(.+)-=#=-\n(.+)-=#=-\n(.+)|s);
-@@ -453,11 +464,11 @@ if ($opt_c) {
+@@ -463,11 +474,11 @@
my $ldflags = "$CFG_LDFLAGS";
if ($opt_p == 1) {
chomp($apu_libs);
}
-@@ -672,8 +683,8 @@ __DATA__
+@@ -682,8 +693,8 @@
builddir=.
top_srcdir=%PREFIX%