mirror of
https://abf.rosa.ru/djam/libressl.git
synced 2025-02-23 08:02:54 +00:00
Merge branch 'rosa2019.1' of abf.io:import/libressl into rosa2019.1
This commit is contained in:
commit
6ec8cb146e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue