termux-packages/packages/apr
Leonid Pliushch d82262aec4 apache2: avoid use of getrandom() which may not be implemented
Issue https://github.com/termux/termux-packages/issues/3883.

***

Fix doesn't seem to be needed on devices running Android 7+, but in
NDK getrandom() declared as:

  ssize_t getrandom(void* __buffer, size_t __buffer_size, unsigned int __flags) __wur __INTRODUCED_IN(28);

So applying patch anyway.
2019-06-30 17:53:26 +03:00
..
Makefile.in.patch
build.sh apache2: avoid use of getrandom() which may not be implemented 2019-06-30 17:53:26 +03:00