Use --without-system-libnumbertext instead of --disable-libnumbertext

Option to disable libnumbertext was removed with
https://git.libreoffice.org/core/commit/c392ecfa734731194c366e869a3c2475c53dc867
It will affect 7.1.
This commit is contained in:
ilmari-lauhakangas 2020-11-09 09:31:11 +02:00 committed by GitHub
parent b6bba58aef
commit 0564f6ab63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -336,8 +336,6 @@ in (mkDrv rec {
# Schema files for validation are not included in the source tarball
"--without-export-validation"
"--disable-libnumbertext" # system-libnumbertext"
# We do tarball prefetching ourselves
"--disable-fetch-external"
"--enable-build-opensymbol"
@ -360,6 +358,7 @@ in (mkDrv rec {
"--without-system-libfreehand"
"--without-system-liblangtag"
"--without-system-libmspub"
"--without-system-libnumbertext"
"--without-system-libpagemaker"
"--without-system-libstaroffice"
"--without-system-libepubgen"