]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Allow instdso.sh to be found while cross compiling.
authorGraham Leggett <minfrin@apache.org>
Sat, 28 Dec 2019 15:33:32 +0000 (15:33 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 28 Dec 2019 15:33:32 +0000 (15:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1872062 13f79535-47bb-0310-9956-ffa450edef68

support/apxs.in

index e159418b625e5bf2bc59a8c7687615255bc2d7af..f7110978e6a960b2bef79e7e8e34d5e7260b8f03 100644 (file)
@@ -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");
         }