mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
boinc: fix cross
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
4497930aae
commit
fdf9a3175d
1 changed files with 2 additions and 3 deletions
|
@ -21,7 +21,6 @@ homepage="https://boinc.berkeley.edu/"
|
|||
distfiles="https://github.com/BOINC/boinc/archive/client_release/${_majorver}/${version}.tar.gz>boinc-${version}.tar.gz"
|
||||
checksum=0dd5bafb9e6eced2695c2f47a93d9165643d9132a1cf58fef0e733c4a70ea22c
|
||||
conflicts="boinc-nox>=0"
|
||||
nocross="https://build.voidlinux.eu/builders/aarch64_builder/builds/10314/steps/shell_3/logs/stdio"
|
||||
|
||||
CXXFLAGS="-Wno-redundant-decls"
|
||||
|
||||
|
@ -63,8 +62,8 @@ do_configure() {
|
|||
--disable-server \
|
||||
--with-ssl=${XBPS_CROSS_BASE}/usr \
|
||||
--with-x=${XBPS_CROSS_BASE}/usr \
|
||||
--with-wx-config=/usr/bin/wx-config-3.0 \
|
||||
--with-wxdir=${XBPS_CROSS_BASE}/usr/lib
|
||||
--with-wx-config=${XBPS_CROSS_BASE}/usr/bin/wx-config-3.0 \
|
||||
--with-wx-prefix=${XBPS_CROSS_BASE}/usr
|
||||
|
||||
cd ${wrksrc}/nox
|
||||
PKG_CONFIG=pkg-config \
|
||||
|
|
Loading…
Add table
Reference in a new issue