Pedro Monreal Gonzalez
8889b85855
aes-gcm-avx512.pl: fix non-reproducibility issue OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-3?expand=0&rev=104
14 lines
552 B
Diff
14 lines
552 B
Diff
Index: openssl-3.1.4/Configurations/unix-Makefile.tmpl
|
|
===================================================================
|
|
--- openssl-3.1.4.orig/Configurations/unix-Makefile.tmpl
|
|
+++ openssl-3.1.4/Configurations/unix-Makefile.tmpl
|
|
@@ -611,7 +611,7 @@ install_sw: install_dev install_engines
|
|
|
|
uninstall_sw: uninstall_runtime uninstall_modules uninstall_engines uninstall_dev
|
|
|
|
-install_docs: install_man_docs install_html_docs
|
|
+install_docs: install_man_docs
|
|
|
|
uninstall_docs: uninstall_man_docs uninstall_html_docs
|
|
$(RM) -r "$(DESTDIR)$(DOCDIR)"
|