diff options
Diffstat (limited to 'www/apache2/files/patch-support:apxs.in')
-rw-r--r-- | www/apache2/files/patch-support:apxs.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/www/apache2/files/patch-support:apxs.in b/www/apache2/files/patch-support:apxs.in index 6ea17a914bdc..5e6f5fdf6cdc 100644 --- a/www/apache2/files/patch-support:apxs.in +++ b/www/apache2/files/patch-support:apxs.in @@ -1,40 +1,40 @@ ---- support/apxs.in.orig Sat Feb 2 04:25:14 2002 -+++ support/apxs.in Fri Feb 22 02:49:11 2002 +--- support/apxs.in.orig Thu Mar 14 05:48:05 2002 ++++ support/apxs.in Sun Apr 7 08:47:34 2002 @@ -66,7 +66,7 @@ # read the configuration variables once my %config_vars = (); -get_config_vars("$prefix/build/config_vars.mk",\%config_vars); -+get_config_vars("$prefix/share/apache/config_vars.mk",\%config_vars); ++get_config_vars("$prefix/share/apache2/config_vars.mk",\%config_vars); my $exec_prefix = get_vars("exec_prefix"); my $CFG_TARGET = get_vars("progname"); -@@ -414,7 +414,7 @@ +@@ -415,7 +415,7 @@ $la =~ s|\.c$|.la|; my $o = $s; $o =~ s|\.c$|.o|; - push(@cmds, "$prefix/build/libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); -+ push(@cmds, "$prefix/share/apache/libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); ++ push(@cmds, "$prefix/share/apache2/libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); unshift(@objs, $lo); } -@@ -439,7 +439,7 @@ +@@ -440,7 +440,7 @@ $opt .= " -l$opt_l"; } - push(@cmds, "$prefix/build/libtool $ltflags --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); -+ push(@cmds, "$prefix/share/apache/libtool $ltflags --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); ++ push(@cmds, "$prefix/share/apache2/libtool $ltflags --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); # execute the commands &execute_cmds(@cmds); -@@ -470,8 +470,8 @@ +@@ -471,8 +471,8 @@ $t =~ s|^.+/([^/]+)$|$1|; $t =~ s|\.la$|\.so|; if ($opt_i) { - push(@cmds, "$prefix/build/instdso.sh SH_LIBTOOL='" . - "$prefix/build/libtool' $f $CFG_LIBEXECDIR"); -+ push(@cmds, "$prefix/share/apache/instdso.sh SH_LIBTOOL='" . -+ "$prefix/share/apache/libtool' $f $CFG_LIBEXECDIR"); ++ push(@cmds, "$prefix/share/apache2/instdso.sh SH_LIBTOOL='" . ++ "$prefix/share/apache2/libtool' $f $CFG_LIBEXECDIR"); push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t"); } |