From e20d331c34f79207b7b6280ece3b3076dd11ffd9 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 4 Dec 2015 13:52:12 +0100 Subject: [PATCH] badvpn: disable ncd on musl for now. --- srcpkgs/badvpn/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/badvpn/template b/srcpkgs/badvpn/template index 42c505f1a65..dca9bcb3618 100644 --- a/srcpkgs/badvpn/template +++ b/srcpkgs/badvpn/template @@ -1,7 +1,7 @@ # Template file for 'badvpn' pkgname=badvpn version=1.999.130 -revision=3 +revision=4 build_style=cmake hostmakedepends="cmake pkg-config" makedepends="libressl-devel nspr-devel nss-devel" @@ -11,3 +11,6 @@ license="BSD" homepage="https://github.com/ambrop72/$pkgname" distfiles="https://github.com/ambrop72/$pkgname/archive/${version}.tar.gz" checksum=bfd4bbfebd7274bcec792558c9a2fd60e39cd92e04673825ade5d04154766109 +case "$XBPS_TARGET_MACHINE" in + *-musl) configure_args="-DBUILD_NCD=0" ;; +esac