diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-13 12:50:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-13 12:50:05 +0200 |
commit | dc18c4660bfa4ac477c0f40172cd9674733c8216 (patch) | |
tree | d91535fecb0cf68efce0c4b54189633b3b11ce9f /package/openssl/patches/patch-Configurations_unix-Makefile_tmpl | |
parent | 5e8d3084c6d5b0d3b3e5982285360affa6b8a09a (diff) |
openssl: new package (resurrected)
Libressl does not support m68k and xtensa and I had a need for
a crypto library on these devices, so add openssl back.
It was removed in 2016 :)
Diffstat (limited to 'package/openssl/patches/patch-Configurations_unix-Makefile_tmpl')
-rw-r--r-- | package/openssl/patches/patch-Configurations_unix-Makefile_tmpl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/openssl/patches/patch-Configurations_unix-Makefile_tmpl b/package/openssl/patches/patch-Configurations_unix-Makefile_tmpl new file mode 100644 index 000000000..eb64f9a73 --- /dev/null +++ b/package/openssl/patches/patch-Configurations_unix-Makefile_tmpl @@ -0,0 +1,20 @@ +--- openssl-3.0.10.orig/Configurations/unix-Makefile.tmpl 2023-08-01 15:47:24.000000000 +0200 ++++ openssl-3.0.10/Configurations/unix-Makefile.tmpl 2023-08-12 19:44:43.932070216 +0200 +@@ -523,7 +523,7 @@ build_all_generated: $(GENERATED_MANDATO + @echo " then make will fail..." + @ : {- output_on() if $disabled{makedepend}; "" -} + +-all: build_sw build_docs ++all: build_sw + + test: tests + {- dependmagic('tests'); -}: build_programs_nodep build_modules_nodep link-utils run_tests +@@ -546,7 +546,7 @@ list-tests: + @echo "Tests are not supported with your chosen Configure options" + @ : {- output_on() if !$disabled{tests}; "" -} + +-install: install_sw install_ssldirs install_docs {- $disabled{fips} ? "" : "install_fips" -} ++install: install_sw install_ssldirs {- $disabled{fips} ? "" : "install_fips" -} + + uninstall: uninstall_docs uninstall_sw {- $disabled{fips} ? "" : "uninstall_fips" -} + |