]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
rasdaemon.spec: add other --enable options
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 14 Oct 2017 09:47:53 +0000 (06:47 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 14 Oct 2017 09:49:59 +0000 (06:49 -0300)
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 <mchehab@s-opensource.com>
misc/rasdaemon.spec.in

index 0dca5363f9952ce3853a806630521674f217a96d..4101d1a707edc2906a0bb640d85edbdfd47d5a77 100644 (file)
@@ -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