Merge branch 'rosa2019.1' of abf.io:import/libressl into rosa2019.1

This commit is contained in:
Mikhail Novosyolov 2020-01-25 15:04:56 +03:00
commit 6ec8cb146e

View file

@ -264,7 +264,7 @@ cat %{SOURCE1} | sed \
patch -p1 < 1.patch
%build
%set_build_flags
%setup_compile_flags
%serverbuild
# Use the same %%_openssl dir with OpenSSL, but separate the config
# (note that we patch libressl, X509_CONF_FILE is not upstream)
@ -275,12 +275,12 @@ autoreconf -if #patch2
--enable-nc \
--enable-static \
--with-openssldir=%{_openssldir}
%make_build
%make
%install
set +f # explicitly enable shell globbing
%make_install
%makeinstall_std
# Some ideas about mans are from ALT Linux spec
install -m 0644 apps/nc/nc.1 %{buildroot}%{_mandir}/man1/nc.1