From 7c9750ae3c777820f3ef35778e2815d6c8888f65 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 12 Feb 2015 18:43:17 +0100 Subject: [PATCH] ndhc: nocross=yes. --- srcpkgs/ndhc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ndhc/template b/srcpkgs/ndhc/template index 873b84316ec..166581f0240 100644 --- a/srcpkgs/ndhc/template +++ b/srcpkgs/ndhc/template @@ -11,7 +11,7 @@ short_desc="Privilege-seperated secure DHCPv4 client" maintainer="Christian Neukirchen " license="BSD" homepage="https://github.com/niklata/ndhc" -#nocross=yes # needs heavy CMakeLists patching +nocross=yes # needs heavy CMakeLists patching # XXX we use only one account for privsep, not three, because they # should have the same primary group. to be verified.