commit: 44b8aa487e75a0e23b20cea4d218d6d3db727ef6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 20:00:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 23:50:28 2022 +0000
URL: https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=44b8aa48
darwin20-conf: add variant for 2.4.6
Noticed with libxml2.
Signed-off-by: Sam James <sam <AT> gentoo.org>
patches/darwin20-conf/2.4.6 | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/patches/darwin20-conf/2.4.6 b/patches/darwin20-conf/2.4.6
index 7285490..2d4518a 100644
--- a/patches/darwin20-conf/2.4.6
+++ b/patches/darwin20-conf/2.4.6
@@ -11,3 +11,14 @@ macOS Monterey is 12.0.
_lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
esac
;;
+--- configure
++++ configure
+@@ -8949,7 +8949,7 @@ printf "%s\n" "$lt_cv_ld_force_load" >&6; }
+ _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
+ 10.[012][,.]*)
+ _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined
${wl}suppress' ;;
+- 10.*|11.*)
++ 10.*|11.*|12.*)
+ _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
+ esac
+ ;;