|
Lines 1-5
Link Here
|
| 1 |
--- support/apxs.in.orig Sat Nov 3 05:09:20 2001 |
1 |
--- support/apxs.in.orig Sat Nov 3 05:09:20 2001 |
| 2 |
+++ support/apxs.in Sat Nov 17 02:51:43 2001 |
2 |
+++ support/apxs.in Sun Dec 9 14:47:57 2001 |
| 3 |
@@ -66,7 +66,7 @@ |
3 |
@@ -66,7 +66,7 @@ |
| 4 |
|
4 |
|
| 5 |
# read the configuration variables once |
5 |
# read the configuration variables once |
|
Lines 17-20
Link Here
|
| 17 |
+my $httpd = get_vars("sbindir") . "/" . get_vars("progname"); |
17 |
+my $httpd = get_vars("sbindir") . "/" . get_vars("progname"); |
| 18 |
$httpd = eval qq("$httpd"); |
18 |
$httpd = eval qq("$httpd"); |
| 19 |
$httpd = eval qq("$httpd"); |
19 |
$httpd = eval qq("$httpd"); |
|
|
20 |
|
| 21 |
@@ -412,7 +412,7 @@ |
| 22 |
$la =~ s|\.c$|.la|; |
| 23 |
my $o = $s; |
| 24 |
$o =~ s|\.c$|.o|; |
| 25 |
- push(@cmds, "$prefix/build/libtool --silent --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); |
| 26 |
+ push(@cmds, "$prefix/share/mk/apache/libtool --silent --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo"); |
| 27 |
unshift(@objs, $lo); |
| 28 |
} |
| 29 |
|
| 30 |
@@ -437,7 +437,7 @@ |
| 31 |
$opt .= " -l$opt_l"; |
| 32 |
} |
| 33 |
|
| 34 |
- push(@cmds, "$prefix/build/libtool --silent --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); |
| 35 |
+ push(@cmds, "$prefix/share/mk/apache/libtool --silent --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo"); |
| 36 |
|
| 37 |
# execute the commands |
| 38 |
&execute_cmds(@cmds); |
| 39 |
@@ -467,7 +467,7 @@ |
| 40 |
my $t = $f; |
| 41 |
$t =~ s|^.+/([^/]+)$|$1|; |
| 42 |
if ($opt_i) { |
| 43 |
- push(@cmds, "$prefix/build/libtool --mode=install cp $f $CFG_LIBEXECDIR/$t"); |
| 44 |
+ push(@cmds, "$prefix/share/mk/apache/libtool --mode=install cp $f $CFG_LIBEXECDIR/$t"); |
| 45 |
push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t"); |
| 46 |
} |