mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-10 04:43:32 +00:00
fix(main/hunspell): fix undefined symbols for arm
Previous auto-update failed for arm with:
```
ERROR: lib/libhunspell-1.7.so contains undefined symbols:
35: 00000000 0 NOTYPE GLOBAL DEFAULT UND __aeabi_idiv
123: 00000000 0 NOTYPE GLOBAL DEFAULT UND __aeabi_uidivmod
```
and 1.7.1 has since been absent from repo.
Issue is reported in android-ndk repo here: android/ndk#1614
This commit is contained in:
@@ -14,4 +14,6 @@ TERMUX_PKG_BUILD_IN_SRC=true
|
||||
|
||||
termux_step_pre_configure() {
|
||||
autoreconf -vfi
|
||||
|
||||
LDFLAGS+=" $($CC -print-libgcc-file-name)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user