For initial deployment - VIP handling - database support
is not needed. Compiling-out ejdb support reduces faultd
size by few kb, but more importantly it and drops libejdb.so
library dependency - saving up to 1.3MB of storage.
text data bss dec hex filename
56046 3184 216 59446 e836 db-ejdb/usr/sbin/faultd
49744 2872 216 52832 ce60 db-nop/usr/sbin/faultd
Change-Id: Ie3bca2f1416b75cd249f138942de92f5632add29
[Rebase onto current HEAD]
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
%build
%autogen
-%configure --enable-test-programs --enable-tests --enable-modules=systemd,startup,vip_fault_dm,system_reboot
+%configure --enable-test-programs --enable-tests --enable-modules=systemd,startup,vip_fault_dm,system_reboot,database_nop
make %{?_smp_mflags}
make check