|
1 |
| -Recognize macOS 11 and later, remove inaccurate comment, and simplify. |
| 1 | +Recognize macOS 12 and later. |
2 | 2 | https://debbugs.gnu.org/cgi/bugreport.cgi?bug=44605
|
3 |
| ---- configure.orig 2022-01-12 17:17:14.000000000 -0600 |
4 |
| -+++ configure 2022-01-12 17:17:46.000000000 -0600 |
5 |
| -@@ -8608,16 +8608,11 @@ |
6 |
| - _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; |
7 |
| - darwin1.*) |
8 |
| - _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; |
9 |
| -- darwin*) # darwin 5.x on |
10 |
| -- # if running on 10.5 or later, the deployment target defaults |
11 |
| -- # to the OS version, if on x86, and 10.4, the deployment |
12 |
| -- # target defaults to 10.4. Don't you love it? |
13 |
| -- case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in |
14 |
| -- 10.0,*86*-darwin8*|10.0,*-darwin[91]*) |
15 |
| -- _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; |
16 |
| -- 10.[012]*) |
17 |
| -+ darwin*) |
18 |
| -+ case $MACOSX_DEPLOYMENT_TARGET,$host in |
19 |
| -+ 10.[012],*|,*powerpc*-darwin[5-8]*) |
20 |
| - _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; |
21 |
| -- 10.*) |
| 3 | +--- configure.orig 2024-06-28 09:01:10.000000000 -0500 |
| 4 | ++++ configure 2025-09-21 18:07:52.000000000 -0500 |
| 5 | +@@ -9622,7 +9622,7 @@ |
| 6 | + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; |
| 7 | + 10.[012][,.]*) |
| 8 | + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; |
| 9 | +- 10.*|11.*) |
22 | 10 | + *)
|
23 |
| - _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; |
| 11 | + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; |
24 | 12 | esac
|
25 | 13 | ;;
|
0 commit comments