From: Graham Leggett Date: Sat, 28 Dec 2019 15:33:32 +0000 (+0000) Subject: Allow instdso.sh to be found while cross compiling. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1740 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=388adb0821b3946491092663eba13f75923d5a58;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/support/apxs.in b/support/apxs.in index e159418b625..f7110978e6a 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"); }