From 69a7ab0e0c704c15a84371d79609cb7f09b7b7b5 Mon Sep 17 00:00:00 2001 From: xtkoba <69125751+xtkoba@users.noreply.github.com> Date: Fri, 8 Oct 2021 18:12:36 +0900 Subject: [PATCH] aspell: Configure with `--enable-32-bit-hash-fun` (#7699) --- packages/aspell/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/aspell/build.sh b/packages/aspell/build.sh index 53fba140c..4936298bd 100644 --- a/packages/aspell/build.sh +++ b/packages/aspell/build.sh @@ -3,5 +3,8 @@ TERMUX_PKG_DESCRIPTION="A free and open source spell checker designed to replace TERMUX_PKG_LICENSE="LGPL-2.1" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=0.60.8 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/aspell/aspell-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=f9b77e515334a751b2e60daab5db23499e26c9209f5e7b7443b05235ad0226f2 +# To use the same compiled dictionaries on every platform: +TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --enable-32-bit-hash-fun"