stunnel: Update from 5.37 to 5.38
[termux-packages] / packages / zsh / src-module.c.patch
index 2ceb347..bc2ab9d 100644 (file)
@@ -14,23 +14,3 @@ diff -u -r ../zsh-5.1.1/Src/module.c ./Src/module.c
  # else
  #  include <sys/types.h>
  #  include <nlist.h>
-@@ -1550,11 +1552,14 @@
- /**/
- #endif /* !AIXDYNAMIC */
--#ifndef RTLD_LAZY
--# define RTLD_LAZY 1
--#endif
--#ifndef RTLD_GLOBAL
--# define RTLD_GLOBAL 0
-+#ifndef __ANDROID__
-+/* On Android RTLD_LAZY and RTLD_LAZY are enum values so cannot ifdef check. */
-+# ifndef RTLD_LAZY
-+#  define RTLD_LAZY 1
-+# endif
-+# ifndef RTLD_GLOBAL
-+#  define RTLD_GLOBAL 0
-+# endif
- #endif
- /*