unset LD_PRELOAD in su because magist 16.4 is 32 bit only
[termux-packages] / packages / openssl / no_syslog.patch
CommitLineData
59f0d218
FF
1diff -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>