summaryrefslogtreecommitdiffstats
path: root/main/openssl/openssl-use-termios.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-07-08 10:16:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-08 11:40:50 +0000
commit74cb6d5e1e7795740990d28a40f89a04bfde8fdd (patch)
tree9447f997904eea2f92ff3a03285950b4ae3c8355 /main/openssl/openssl-use-termios.patch
parentf7c4c6ba46d213b5b518088b932be07007e54ff7 (diff)
downloadaports-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.patch12
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