forked from macports/macports-ports
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65439eb
commit be27ae4
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
The linker may not understand this flag: | ||
ld: unknown option: -no_fixup_chains | ||
collect2: error: ld returned 1 exit status | ||
|
||
--- configure 2024-05-25 21:26:49.000000000 +0800 | ||
+++ configure 2024-05-30 14:02:19.000000000 +0800 | ||
@@ -8761,10 +8761,11 @@ | ||
_lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; | ||
darwin*) | ||
case $MACOSX_DEPLOYMENT_TARGET,$host in | ||
+ # This is correct, later PowerPC uses -undefined dynamic_lookup | ||
10.[012],*|,*powerpc*-darwin[5-8]*) | ||
_lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; | ||
*) | ||
- _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup $wl-no_fixup_chains' ;; | ||
+ _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; | ||
esac | ||
;; | ||
esac |