libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] m4/libtool.m4: fix test when multilib not used by project


From: Ileana Dumitrescu
Subject: Re: [PATCH] m4/libtool.m4: fix test when multilib not used by project
Date: Mon, 21 Oct 2024 17:38:45 +0300
User-agent: Mozilla Thunderbird

On 20/10/2024 22:04, Brian Inglis wrote:
test and config fails when projects do not use multilib
add usual x prefix to both sides to protect multilib test

Fixes: ab89ebbcc2ff0ecff5157982ef03627cfd615f7e

--- a/m4/libtool.m4     2024-10-03 06:50:08.000000000 -0600
+++ b/m4/libtool.m4     2024-10-19 14:09:21.384266500 -0600
@@ -2569,7 +2569,7 @@ cygwin* | mingw* | windows* | pw32* | ce
      # If user builds GCC with mulitlibs enabled,
      # it should just install on $(libdir)
      # not on $(libdir)/../bin or 32 bits dlls would override 64 bit ones.
-    if test yes = $multilib; then
+    if test xyes = x$multilib; then
      postinstall_cmds='base_file=`basename \$file`~
        dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo 
\$dlname'\''`~
        dldir=$destdir/`dirname \$dlpath`~


Thank you for submitting a patch! This has previously been identified
and applied to the development branch with an additional patch also. It
will move to master before the next stable release.

https://git.savannah.gnu.org/cgit/libtool.git/commit/?h=development&id=4cc12b83ffa947d9c1948a066c7e70c0336f6acd
https://git.savannah.gnu.org/cgit/libtool.git/commit/?h=development&id=3cf528a4f04e9da78b06635aac6545709007b882

--
Ileana Dumitrescu

GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354

Attachment: OpenPGP_0x6570EA01146F7354.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]