Pedro Monreal Gonzalez
5afc4138ca
- Use gcc-13 for ppc64le. OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-3?expand=0&rev=127
14 lines
743 B
Diff
14 lines
743 B
Diff
Index: openssl-3.2.3/Configurations/unix-Makefile.tmpl
|
|
===================================================================
|
|
--- openssl-3.2.3.orig/Configurations/unix-Makefile.tmpl
|
|
+++ openssl-3.2.3/Configurations/unix-Makefile.tmpl
|
|
@@ -633,7 +633,7 @@ install_sw: install_dev install_engines
|
|
|
|
uninstall_sw: uninstall_runtime uninstall_modules uninstall_engines uninstall_dev ## Uninstall the software and libraries
|
|
|
|
-install_docs: install_man_docs install_html_docs ## Install manpages and HTML documentation
|
|
+install_docs: install_man_docs # install_html_docs ## Install manpages and HTML documentation
|
|
|
|
uninstall_docs: uninstall_man_docs uninstall_html_docs ## Uninstall manpages and HTML documentation
|
|
$(RM) -r "$(DESTDIR)$(DOCDIR)"
|