From e74c74f3f26bf41eb26fabf2279085c6de8d890a Mon Sep 17 00:00:00 2001 From: kth5 Date: Fri, 13 Dec 2024 13:14:45 +0100 Subject: [PATCH] * update brltty to 6.7-2 --- brltty/PKGBUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/brltty/PKGBUILD b/brltty/PKGBUILD index 9fe8442012..879ead1496 100644 --- a/brltty/PKGBUILD +++ b/brltty/PKGBUILD @@ -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 {} \; }