Compile with FIPS support by default
This commit is contained in:
parent
3eb9dec405
commit
235ce3ea99
@ -16,6 +16,9 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Compile with FIPS support by default
|
||||||
|
%bcond_without fips
|
||||||
|
|
||||||
##
|
##
|
||||||
## Optional components
|
## Optional components
|
||||||
##
|
##
|
||||||
@ -711,6 +714,7 @@ ERL_FLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing"
|
|||||||
|
|
||||||
CFLAGS="${ERL_FLAGS}" CXXFLAGS="${ERL_FLAGS}" %configure --enable-shared-zlib --enable-sctp --enable-systemd --disable-silent-rules \
|
CFLAGS="${ERL_FLAGS}" CXXFLAGS="${ERL_FLAGS}" %configure --enable-shared-zlib --enable-sctp --enable-systemd --disable-silent-rules \
|
||||||
%{?__without_kernel_poll:--disable-kernel-poll} \
|
%{?__without_kernel_poll:--disable-kernel-poll} \
|
||||||
|
%{?with_fips:--enable-fips} \
|
||||||
%if %{__with_java}
|
%if %{__with_java}
|
||||||
\
|
\
|
||||||
%else
|
%else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user