From c28343db836f6c6ba1b68daae47ef8621e6b4884 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 14 Oct 2017 06:47:53 -0300 Subject: [PATCH] rasdaemon.spec: add other --enable options As we use the rasdaemon.spec in order to check if everything is ok, add the new --enable-foo options there. Signed-off-by: Mauro Carvalho Chehab --- misc/rasdaemon.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/rasdaemon.spec.in b/misc/rasdaemon.spec.in index 0dca536..4101d1a 100644 --- a/misc/rasdaemon.spec.in +++ b/misc/rasdaemon.spec.in @@ -36,7 +36,8 @@ an utility for reporting current error counts from the EDAC sysfs files. %setup -q %build -%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report +%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report --enable-non-standard --enable-hisi-ns-decode --enable-arm + make %{?_smp_mflags} %install -- 2.50.1