* update brltty to 6.7-2

This commit is contained in:
Alexander Baldeck 2024-12-13 13:14:45 +01:00
parent f36e5aa045
commit e74c74f3f2

View File

@ -81,16 +81,12 @@ build() {
--disable-stripping
)
case "${CARCH}" in
powerpc64le) configure_options+=(--disable-ocaml-bindings) ;;
esac
# fat-lto-objects is required for non-mangled static libs
CFLAGS+=" -ffat-lto-objects"
cd $pkgbase-${pkgbase^^}-$pkgver
./configure "${configure_options[@]}"
make
make -j1
# make brlapi.jar deterministic
find . -type f -iname "*.jar" -exec strip-nondeterminism {} \;
}