summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2019-12-28 15:33:32 +0000
committerGraham Leggett <minfrin@apache.org>2019-12-28 15:33:32 +0000
commit388adb0821b3946491092663eba13f75923d5a58 (patch)
treeaa2d32ba1fd7cb5cbb10748e8bf5bbe6a9922aa4 /support
parent2688e472ff453bcf25c7804161c85ca0df6b2bb4 (diff)
downloadhttpd-388adb0821b3946491092663eba13f75923d5a58.tar.gz
Allow instdso.sh to be found while cross compiling.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872062 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/apxs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/apxs.in b/support/apxs.in
index e159418b62..f7110978e6 100644
--- a/support/apxs.in
+++ b/support/apxs.in
@@ -506,7 +506,7 @@ if ($opt_i or $opt_e) {
# use .so unambigiously for installed shared library modules
$t =~ s|\.[^./\\]+$|\.so|;
if ($opt_i) {
- push(@cmds, "$installbuilddir/instdso.sh SH_LIBTOOL='" .
+ push(@cmds, $destdir . "$installbuilddir/instdso.sh SH_LIBTOOL='" .
"$libtool' $f $CFG_LIBEXECDIR");
push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t");
}