Skip to content

Commit

Permalink
fix(main/hunspell): fix undefined symbols for arm
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Grimler91 authored and ifurther committed Aug 30, 2022
1 parent dcc2ffa commit 800ff1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/hunspell/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ TERMUX_PKG_BUILD_IN_SRC=true

termux_step_pre_configure() {
autoreconf -vfi

LDFLAGS+=" $($CC -print-libgcc-file-name)"
}

0 comments on commit 800ff1e

Please sign in to comment.