mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kdelibs4support: fix cross
This commit is contained in:
parent
7010159ec9
commit
beb84639fc
1 changed files with 1 additions and 2 deletions
|
@ -16,13 +16,12 @@ homepage="https://projects.kde.org/projects/frameworks/kdelibs4support"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/portingAids/${pkgname}-${version}.tar.xz"
|
||||||
checksum=e9d1c06191031b482ea01d891756d125ff32927239c36a3011fc7b8f17aca1b0
|
checksum=e9d1c06191031b482ea01d891756d125ff32927239c36a3011fc7b8f17aca1b0
|
||||||
|
|
||||||
nocross="requires more work on HAVE_GOOD_GETADDRINFO tests"
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
makedepends+=" qt5-tools-devel"
|
makedepends+=" qt5-tools-devel"
|
||||||
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools kgendesignerplugin kded"
|
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools kgendesignerplugin kded"
|
||||||
# gettaddrinfo runtime test is always fine (can't be achieved in crossbuild)
|
# gettaddrinfo runtime test is always fine (can't be achieved in crossbuild)
|
||||||
configure_args+=" -DHAVE_GOOD_GETADDRINFO_EXITCODE=0"
|
configure_args+=" -DHAVE_GOOD_GETADDRINFO_EXITCODE=0"
|
||||||
|
configure_args+=" -DHAVE_GOOD_GETADDRINFO_EXITCODE__TRYRUN_OUTPUT=0"
|
||||||
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue