mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
badvpn: disable ncd on musl for now.
This commit is contained in:
parent
72f7773a8f
commit
e20d331c34
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'badvpn'
|
# Template file for 'badvpn'
|
||||||
pkgname=badvpn
|
pkgname=badvpn
|
||||||
version=1.999.130
|
version=1.999.130
|
||||||
revision=3
|
revision=4
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
makedepends="libressl-devel nspr-devel nss-devel"
|
makedepends="libressl-devel nspr-devel nss-devel"
|
||||||
|
@ -11,3 +11,6 @@ license="BSD"
|
||||||
homepage="https://github.com/ambrop72/$pkgname"
|
homepage="https://github.com/ambrop72/$pkgname"
|
||||||
distfiles="https://github.com/ambrop72/$pkgname/archive/${version}.tar.gz"
|
distfiles="https://github.com/ambrop72/$pkgname/archive/${version}.tar.gz"
|
||||||
checksum=bfd4bbfebd7274bcec792558c9a2fd60e39cd92e04673825ade5d04154766109
|
checksum=bfd4bbfebd7274bcec792558c9a2fd60e39cd92e04673825ade5d04154766109
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl) configure_args="-DBUILD_NCD=0" ;;
|
||||||
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue