diff --git a/libressl.spec b/libressl.spec index 6cbb0cf..4b90c1d 100644 --- a/libressl.spec +++ b/libressl.spec @@ -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