diff --git a/srcpkgs/seafile-client-qt/template b/srcpkgs/seafile-client-qt/template index 44491e853e..780e313df8 100644 --- a/srcpkgs/seafile-client-qt/template +++ b/srcpkgs/seafile-client-qt/template @@ -15,6 +15,7 @@ license="Apache-2.0" homepage="https://github.com/haiwen/${_sourcename}" distfiles="https://github.com/haiwen/${_sourcename}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" checksum=a862b3bf6dda9bd6d73270643dac9dad21296cc0bcd7aefa200b778c7675bb12 +broken="libreadline8 rebuild" build_options="shibboleth" desc_option_shibboleth="Build with Shibboleth support" @@ -26,7 +27,7 @@ case "$XBPS_TARGET_MACHINE" in ;; esac -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-qmake qt5-host-tools qt5-tools" fi