Magellan Linux

Annotation of /trunk/apache2/patches/apache2-2.2.4-apxs-httpd-config.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 241 - (hide annotations) (download)
Sat Jul 7 15:25:48 2007 UTC (16 years, 10 months ago) by niro
File size: 642 byte(s)
-fixes broken apxs

1 niro 241 diff -Naur httpd-2.2.4/support/apxs.in httpd-2.2.4-magellan/support/apxs.in
2     --- httpd-2.2.4/support/apxs.in 2006-07-12 05:38:44.000000000 +0200
3     +++ httpd-2.2.4-magellan/support/apxs.in 2007-07-07 17:24:22.000000000 +0200
4     @@ -35,7 +35,7 @@
5     my $exec_prefix = get_vars("exec_prefix");
6     my $datadir = get_vars("datadir");
7     my $localstatedir = get_vars("localstatedir");
8     -my $CFG_TARGET = get_vars("progname");
9     +my $CFG_TARGET = get_vars("httpd_conf_name");
10     my $CFG_SYSCONFDIR = get_vars("sysconfdir");
11     my $CFG_CFLAGS = join ' ', map { get_vars($_) }
12     qw(SHLTCFLAGS CFLAGS NOTEST_CPPFLAGS EXTRA_CPPFLAGS EXTRA_CFLAGS);