From d5c793174d27cd8ffe3cde127dd4087903d3796a Mon Sep 17 00:00:00 2001 From: Stuart D. Gathman Date: Aug 10 2016 18:57:30 +0000 Subject: Fix still backward bcond_without logic --- diff --git a/cjdns.spec b/cjdns.spec index 9f218e0..338e135 100644 --- a/cjdns.spec +++ b/cjdns.spec @@ -225,7 +225,10 @@ make cd - # nodejs based build system -export Seccomp_NO=0%{?seccomp} + +%if 0%{?seccomp} +export Seccomp_NO=1 +%endif CJDNS_RELEASE_VERSION="%{name}-%{version}-%{release}" ./do # FIXME: use system libuv on compatible systems