Commit 020809c1 authored by Pavel Vainerman's avatar Pavel Vainerman

spec: добавил возможность отключать компиляцию тестов.

parent 67d57f92
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
%def_enable io %def_enable io
%def_enable logicproc %def_enable logicproc
#%def_enable modbus #%def_enable modbus
%def_disable tests
%define oname uniset2 %define oname uniset2
...@@ -240,7 +241,7 @@ SharedMemoryPlus extension ('all in one') for libuniset ...@@ -240,7 +241,7 @@ SharedMemoryPlus extension ('all in one') for libuniset
%build %build
%autoreconf %autoreconf
%configure %{subst_enable doc} %{subst_enable mysql} %{subst_enable sqlite} %{subst_enable python} %{subst_enable rrd} %{subst_enable io} %{subst_enable logicproc} %configure %{subst_enable doc} %{subst_enable mysql} %{subst_enable sqlite} %{subst_enable python} %{subst_enable rrd} %{subst_enable io} %{subst_enable logicproc} %{subst_enable tests}
%make %make
%install %install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment