mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 02:23:11 +02:00
libreoffice: requires tar for cross-build
This commit is contained in:
parent
d711f89977
commit
c77fb2a413
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ _xdeps="zlib-devel libjpeg-turbo-devel clucene-devel expat-devel xmlsec1-devel
|
|||
libwebp-devel fontconfig-devel libcmis-devel
|
||||
gobject-introspection libgirepository-devel libglib-devel"
|
||||
hostmakedepends="automake flex gperf hyphen icu libtool openldap which gettext
|
||||
perl-Archive-Zip pkg-config sane unzip zip python3-setuptools
|
||||
tar perl-Archive-Zip pkg-config sane unzip zip python3-setuptools
|
||||
fontforge python3-lxml qt6-base gnupg glib-devel
|
||||
$(vopt_if java 'openjdk17 apache-ant beanshell rhino hsqldb1.8.0')"
|
||||
makedepends="$_xdeps openssl-devel libXrender-devel libbluetooth-devel
|
||||
|
@ -388,7 +388,7 @@ post_patch() {
|
|||
|
||||
do_configure() {
|
||||
local opts
|
||||
local bopts=
|
||||
local bopts=--with-lang=en-US
|
||||
|
||||
# the build system tries to call curl or wget, we can catch any invocations here and add them to distfiles
|
||||
ln -sf /bin/false ${XBPS_WRAPPERDIR}/curl
|
||||
|
|
Loading…
Add table
Reference in a new issue