public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/apache:master commit in: 2.4/patches/
Date: Sun, 25 May 2025 09:27:03 +0000 (UTC)	[thread overview]
Message-ID: <1748164875.9bffce54dbffbeb9bc67d61d84cfad4e7981b4dc.graaff@gentoo> (raw)

commit:     9bffce54dbffbeb9bc67d61d84cfad4e7981b4dc
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 09:27:30 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 25 09:21:15 2025 +0000
URL:        https://gitweb.gentoo.org/proj/apache.git/commit/?id=9bffce54

Patch apxs for correct configuration filename

Bug: https://bugs.gentoo.org/112863
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 2.4/patches/05_apxs_conf_name.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/2.4/patches/05_apxs_conf_name.patch b/2.4/patches/05_apxs_conf_name.patch
new file mode 100644
index 0000000..60fe3b0
--- /dev/null
+++ b/2.4/patches/05_apxs_conf_name.patch
@@ -0,0 +1,11 @@
+--- a/support/apxs.in	2020-03-20 14:00:44.000000000 +0100
++++ b/support/apxs.in	2025-05-24 11:20:25.632979926 +0200
+@@ -45,7 +45,7 @@
+ 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_TARGET     = "httpd";  # get_vars("progname");
+ my $CFG_SYSCONFDIR = get_vars("sysconfdir");
+ my $CFG_CFLAGS     = join ' ', map { get_vars($_) }
+   qw(SHLTCFLAGS CFLAGS NOTEST_CPPFLAGS EXTRA_CPPFLAGS EXTRA_CFLAGS);


             reply	other threads:[~2025-05-25  9:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-25  9:27 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-11  6:47 [gentoo-commits] proj/apache:master commit in: 2.4/patches/ Hans de Graaff
2024-07-01 19:47 Hans de Graaff
2024-05-11  7:11 Hans de Graaff
2023-10-19 12:10 Hans de Graaff
2023-10-11  5:54 Hans de Graaff
2023-09-03  8:32 Hans de Graaff
2023-09-03  8:32 Hans de Graaff
2023-09-03  8:32 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1748164875.9bffce54dbffbeb9bc67d61d84cfad4e7981b4dc.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox