commit: cc1b9eb5d33b6773e7648810d811ab8898a06745
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 27 15:11:29 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Aug 27 15:11:29 2021 +0000
URL: https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=cc1b9eb5
darwin20-conf: add variant for libtool 2.2.7(a)
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
patches/darwin20-conf/2.2.7 | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/patches/darwin20-conf/2.2.7 b/patches/darwin20-conf/2.2.7
new file mode 100644
index 0000000..3f667be
--- /dev/null
+++ b/patches/darwin20-conf/2.2.7
@@ -0,0 +1,13 @@
+macOS Big Sur is 11.0, Darwin 20, after a long line of 10.X releases.
+
+--- configure
++++ configure
+@@ -8121,7 +8121,7 @@
+ _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+ 10.[012][,.]*)
+ _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined
${wl}suppress' ;;
+- 10.*)
++ 10.*|11.*)
+ _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
+ esac
+ ;;