Fix android crashing in c-ares and a makefile typo.
Some checks are pending
Build Tilde Friends / Build-All (push) Waiting to run
Some checks are pending
Build Tilde Friends / Build-All (push) Waiting to run
This commit is contained in:
parent
3895c33915
commit
34804d5162
@ -1123,4 +1123,4 @@ docs:
|
|||||||
.PHONY: docs
|
.PHONY: docs
|
||||||
|
|
||||||
fdroid: out/apk/TildeFriends-release.fdroid.unsigned.apk
|
fdroid: out/apk/TildeFriends-release.fdroid.unsigned.apk
|
||||||
.PHONE: fdroid
|
.PHONY: fdroid
|
||||||
|
3
deps/c-ares_config/ares_build.h
vendored
3
deps/c-ares_config/ares_build.h
vendored
@ -39,6 +39,9 @@
|
|||||||
#define GETSERVBYPORT_R_ARGS 6
|
#define GETSERVBYPORT_R_ARGS 6
|
||||||
#define HAVE_GETSERVBYNAME_R 1
|
#define HAVE_GETSERVBYNAME_R 1
|
||||||
#define HAVE_GETSERVBYPORT_R 1
|
#define HAVE_GETSERVBYPORT_R 1
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if !defined(__APPLE__) && !defined(_WIN32) && !defined(__OpenBSD__)
|
||||||
#define HAVE_PIPE2 1
|
#define HAVE_PIPE2 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user