Resolves: 997811
This commit is contained in:
parent
846ade2e08
commit
3df5c2ec8e
@ -86,6 +86,18 @@ done
|
|||||||
# --enable-file-security adds some security checks
|
# --enable-file-security adds some security checks
|
||||||
# --disable-intf-free disables FreeIPMI support - we don't want to depend on
|
# --disable-intf-free disables FreeIPMI support - we don't want to depend on
|
||||||
# FreeIPMI libraries, FreeIPMI has its own ipmitoool-like utility.
|
# 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
|
%configure --disable-dependency-tracking --enable-file-security --disable-intf-free
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user