summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-08-27 17:11:29 +0200
committerFabian Groffen <grobian@gentoo.org>2021-08-27 17:11:29 +0200
commitcc1b9eb5d33b6773e7648810d811ab8898a06745 (patch)
tree8d4a600b3892a237b484fa02d17420828f8aca01
parentdarwin20-conf: add patch for detection of newer macOS (diff)
downloadelt-patches-cc1b9eb5d33b6773e7648810d811ab8898a06745.tar.gz
elt-patches-cc1b9eb5d33b6773e7648810d811ab8898a06745.tar.bz2
elt-patches-cc1b9eb5d33b6773e7648810d811ab8898a06745.zip
darwin20-conf: add variant for libtool 2.2.7(a)20210827
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r--patches/darwin20-conf/2.2.713
1 files changed, 13 insertions, 0 deletions
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
+ ;;