* update brltty to 6.7-2
This commit is contained in:
parent
f36e5aa045
commit
e74c74f3f2
@ -81,16 +81,12 @@ build() {
|
|||||||
--disable-stripping
|
--disable-stripping
|
||||||
)
|
)
|
||||||
|
|
||||||
case "${CARCH}" in
|
|
||||||
powerpc64le) configure_options+=(--disable-ocaml-bindings) ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# fat-lto-objects is required for non-mangled static libs
|
# fat-lto-objects is required for non-mangled static libs
|
||||||
CFLAGS+=" -ffat-lto-objects"
|
CFLAGS+=" -ffat-lto-objects"
|
||||||
|
|
||||||
cd $pkgbase-${pkgbase^^}-$pkgver
|
cd $pkgbase-${pkgbase^^}-$pkgver
|
||||||
./configure "${configure_options[@]}"
|
./configure "${configure_options[@]}"
|
||||||
make
|
make -j1
|
||||||
# make brlapi.jar deterministic
|
# make brlapi.jar deterministic
|
||||||
find . -type f -iname "*.jar" -exec strip-nondeterminism {} \;
|
find . -type f -iname "*.jar" -exec strip-nondeterminism {} \;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user