diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-28 19:04:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-30 21:18:09 +0200 |
commit | 4237c9d899a7e5dfb9d62644601bcbfa1574ab82 (patch) | |
tree | ccb7b6d3fe16110c0dbc0648ca5c7760ab6d2b31 /package/stunnel/patches | |
parent | f9be3a73d76d5cf4f8b07cbbff925872927a1eaa (diff) |
remove OpenSSL support
I thought some time about this, we have it in parallel some time and
it have issues for allmodconfig builds.
Anyway I have no fun doing openssl updates twice a week.
We just can not support stunnel/ssltunnel anymore.
For nodejs we use bundled openssl.
I am an old OpenBSD geek anyway, so get rid of OpenSSL.
Diffstat (limited to 'package/stunnel/patches')
-rw-r--r-- | package/stunnel/patches/patch-configure_ac | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package/stunnel/patches/patch-configure_ac b/package/stunnel/patches/patch-configure_ac deleted file mode 100644 index fc9533b21..000000000 --- a/package/stunnel/patches/patch-configure_ac +++ /dev/null @@ -1,21 +0,0 @@ ---- stunnel-5.31.orig/configure.ac 2016-02-03 18:23:10.000000000 +0100 -+++ stunnel-5.31/configure.ac 2016-03-13 13:33:26.000000000 +0100 -@@ -86,18 +86,6 @@ if test "$GCC" = yes; then - AX_APPEND_COMPILE_FLAGS([-Wconversion]) - AX_APPEND_COMPILE_FLAGS([-Wno-long-long]) - AX_APPEND_COMPILE_FLAGS([-Wno-deprecated-declarations]) -- AX_APPEND_COMPILE_FLAGS([-fPIE]) -- case "${host}" in -- avr-*.* | powerpc-*-aix* | rl78-*.* | visium-*.*) -- ;; -- *) -- AX_APPEND_COMPILE_FLAGS([-fstack-protector]) -- ;; -- esac -- AX_APPEND_LINK_FLAGS([-fPIE -pie]) -- AX_APPEND_LINK_FLAGS([-Wl,-z,relro]) -- AX_APPEND_LINK_FLAGS([-Wl,-z,now]) -- AX_APPEND_LINK_FLAGS([-Wl,-z,noexecstack]) - fi - AX_APPEND_COMPILE_FLAGS([-D_FORTIFY_SOURCE=2]) - |