Resolves: 997811

This commit is contained in:
Ales Ledvinka 2013-10-14 14:13:52 +02:00
parent 846ade2e08
commit 3df5c2ec8e
1 changed files with 12 additions and 0 deletions

View File

@ -86,6 +86,18 @@ done
# --enable-file-security adds some security checks
# --disable-intf-free disables FreeIPMI support - we don't want to depend on
# FreeIPMI libraries, FreeIPMI has its own ipmitoool-like utility.
# begin: release auto-tools
# Used to be needed by aarch64 support, now only cxoem patch makefiles are left.
aclocal
libtoolize --automake --copy
autoheader
automake --foreign --add-missing --copy
aclocal
autoconf
automake --foreign
# end: release auto-tools
%configure --disable-dependency-tracking --enable-file-security --disable-intf-free
make %{?_smp_mflags}