chiark / gitweb /
preload-hacks: Some patches to make it work.
[termux-packages] / packages / openssl / no_syslog.patch
1 diff -u -r ../openssl-1.0.1f/e_os.h ./e_os.h
2 --- ../openssl-1.0.1f/e_os.h    2014-01-06 14:47:42.000000000 +0100
3 +++ ./e_os.h    2014-02-19 01:38:25.000000000 +0100
4 @@ -691,6 +691,10 @@
5  # define NO_SYSLOG
6  #endif
7  
8 +#ifdef __ANDROID__
9 +# define NO_SYSLOG
10 +#endif
11 +
12  /* vxworks */
13  #if defined(OPENSSL_SYS_VXWORKS)
14  #include <ioLib.h>