From 88445368847dc2d0ec48d1450113094ca9716609 Mon Sep 17 00:00:00 2001 From: NixTux Commit Bot Date: Mon, 13 Jan 2020 15:51:51 +0300 Subject: [PATCH] bot: rpm5 -> rpm4 (8) --- libressl.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libressl.spec b/libressl.spec index 7be822c..c80ca31 100644 --- a/libressl.spec +++ b/libressl.spec @@ -263,7 +263,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) @@ -274,12 +274,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