diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-15 12:26:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-15 12:26:22 +0200 |
commit | 15fa797d71e47fc936cd0a9bca8207ba7a3c8a81 (patch) | |
tree | e0c63ab4d25889f24f8e5b71bce8ab0080ea6f8c /package/openssl/patches/patch-crypto_ui_ui_openssl_c | |
parent | 6b3ceb6798879b655f2233abe484906365172e31 (diff) |
fix openssl musl compile, use TERMIOS
Diffstat (limited to 'package/openssl/patches/patch-crypto_ui_ui_openssl_c')
-rw-r--r-- | package/openssl/patches/patch-crypto_ui_ui_openssl_c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/openssl/patches/patch-crypto_ui_ui_openssl_c b/package/openssl/patches/patch-crypto_ui_ui_openssl_c new file mode 100644 index 000000000..f9e3a7069 --- /dev/null +++ b/package/openssl/patches/patch-crypto_ui_ui_openssl_c @@ -0,0 +1,15 @@ +--- openssl-1.0.1c.orig/crypto/ui/ui_openssl.c 2012-02-12 00:38:49.000000000 +0100 ++++ openssl-1.0.1c/crypto/ui/ui_openssl.c 2013-08-15 12:11:24.652833590 +0200 +@@ -184,12 +184,6 @@ + # undef SGTTY + #endif + +-#if defined(linux) && !defined(TERMIO) +-# undef TERMIOS +-# define TERMIO +-# undef SGTTY +-#endif +- + #ifdef _LIBC + # undef TERMIOS + # define TERMIO |