Commit cf66f48
authored
ARROW-18366: [Packaging][RPM][Gandiva] Fix link error on AlmaLinux 9 (apache#14680)
LLVM is built with gcc-toolset-12 and it can't be used with the default g++. We also need to use gcc-toolset-12.
Error message:
/usr/bin/ld: .../libgandiva.so.1100: undefined reference to
`std::__glibcxx_assert_fail(char const*, int, char const*, char const*)'
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>1 parent fd2595c commit cf66f48
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments