diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-07-08 10:16:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-08 11:40:50 +0000 |
commit | 74cb6d5e1e7795740990d28a40f89a04bfde8fdd (patch) | |
tree | 9447f997904eea2f92ff3a03285950b4ae3c8355 /main/openssl/openssl-use-termios.patch | |
parent | f7c4c6ba46d213b5b518088b932be07007e54ff7 (diff) | |
download | aports-74cb6d5e1e7795740990d28a40f89a04bfde8fdd.tar.bz2 aports-74cb6d5e1e7795740990d28a40f89a04bfde8fdd.tar.xz |
main/openssl: support crosscompiling, arm and musl
Diffstat (limited to 'main/openssl/openssl-use-termios.patch')
-rw-r--r-- | main/openssl/openssl-use-termios.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/openssl/openssl-use-termios.patch b/main/openssl/openssl-use-termios.patch new file mode 100644 index 000000000..7fde174eb --- /dev/null +++ b/main/openssl/openssl-use-termios.patch @@ -0,0 +1,12 @@ +--- a/crypto/ui/ui_openssl.c Fri Sep 21 09:57:09 2012 ++++ b/crypto/ui/ui_openssl.c Fri Sep 21 09:57:30 2012 +@@ -212,6 +212,9 @@ + #undef SGTTY + #endif + ++#define TERMIOS ++#undef TERMIO ++ + #ifdef TERMIOS + # include <termios.h> + # define TTY_STRUCT struct termios |