Commit 6ed7870
Fix Automake parsing of fbthrift link group
Summary:
The OSS GitHub build still failed during `autoreconf` after D113608290 because Automake classifies literal `-Wl,--start-group` and `-Wl,--end-group` tokens in `LDADD` as misplaced linker flags.
Build the linker-driver tokens through a Make variable instead. This keeps the group delimiters in `LDADD`, where they continue to surround the static fbthrift libraries, while avoiding Automake declaration-time classification errors.
Reviewed By: anidev
Differential Revision: D114285182
fbshipit-source-id: 42a14ed2ef518f9444046a5cc4fa09c2d252961b1 parent 05fee44 commit 6ed7870
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | | - | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | | - | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| |||
0 commit comments