Browse Source

fix 32bit

android-5
its-pointless 6 years ago
committed by Fredrik Fornwall
parent
commit
dee3825f98
  1. 2
      packages/msmtp/net.c.patch

2
packages/msmtp/net.c.patch

@ -4,7 +4,7 @@
# include <arpa/nameser.h> # include <arpa/nameser.h>
# include <resolv.h> # include <resolv.h>
#endif #endif
+#ifdef __ANDROID__ +#if defined(__ANDROID__) && defined(__LP64__)
+#include "ns_parse.h" +#include "ns_parse.h"
+#endif +#endif

Loading…
Cancel
Save