[sr #111069] libtool: patch: Fix dynamic_lookup warnings from new Mac linker

2024-06-22 Thread Dave Allured
Follow-up Comment #13, sr #111069 (group libtool): [comment #7 comment #7:] > ... Newer versions of ld64 already know to disable chained fixups when it is passed `-undefined dynamic_lookup`. This patch is really only relevant for a small range of versions of ld64 that doesn't have this behaviour.

[sr #111069] libtool: patch: Fix dynamic_lookup warnings from new Mac linker

2024-06-21 Thread Dave Allured
Follow-up Comment #11, sr #111069 (group libtool): [comment #10 comment #10:] > I have merged a patch in the development branch to append '-no_fixup_chains' for macOS versions 11.3*-14* and Xcode versions 13-15* ... Thanks for taking care of this. I did not understand libtool enough to do it

[sr #111069] libtool: patch: Fix dynamic_lookup warnings from new Mac linker

2024-05-26 Thread Dave Allured
Follow-up Comment #4, sr #111069 (group libtool): [comment #3 comment #3:] > I personally tested this a while back Thanks for letting me know about that testing. Now I wonder if a feature test might be better here in libtool, rather than a linker version number test.

[sr #111069] libtool: patch: Fix dynamic_lookup warnings from new Mac linker

2024-05-25 Thread Dave Allured
Follow-up Comment #2, sr #111069 (group libtool): [comment #1 comment #1:] > Note that the `-no_fixup_chains` flag is supported only on Xcode 13 or newer (which in turn requires macOS 11.3 or newer). > > See this relevant method used in Homebrew: ... Thank you for this information. I have

[sr #111069] libtool: patch: Fix dynamic_lookup warnings from new Mac linker

2024-05-24 Thread Dave Allured
Mac OS ___ Follow-up Comments: --- Date: Fri 24 May 2024 06:01:06 PM UTC By: Dave Allured Apple introduced a new linker with macOS 14/Sonoma. That included new behavior for dynamic l