Fix still backward bcond_without logic

This commit is contained in:
Stuart D. Gathman 2016-08-10 14:57:30 -04:00
parent 54bf0cf4da
commit d5c793174d

View File

@ -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