* Drop 0003 patch - seems no longer to be needed * Stop changing the default openssl config like Arch. This re-enables the idea algo, but I couldn't find anything why it should be disabled. Assume openssl knows what's acceptable. * Run tests in parallel (they pass, with the patch revert workaround) * Move man7 man pages to openssl-docs, that category gained a lot of development related man pages, so move it away from the runtime packages.
12 lines
582 B
Diff
12 lines
582 B
Diff
--- openssl-3.0.7/Configurations/unix-Makefile.tmpl.orig 2022-12-12 20:42:42.640227800 +0100
|
|
+++ openssl-3.0.7/Configurations/unix-Makefile.tmpl 2022-12-12 20:43:33.810678900 +0100
|
|
@@ -304,7 +304,7 @@
|
|
# $(libdir) is chosen to be compatible with the GNU coding standards
|
|
libdir={- file_name_is_absolute($libdir)
|
|
? $libdir : '$(INSTALLTOP)/$(LIBDIR)' -}
|
|
-ENGINESDIR=$(libdir)/engines-{- $sover_dirname -}
|
|
+ENGINESDIR=$(libdir)/openssl/engines-{- $sover_dirname -}
|
|
MODULESDIR=$(libdir)/ossl-modules
|
|
|
|
# Convenience variable for those who want to set the rpath in shared
|