0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-18 17:47:20 +00:00
Files
termux-packages/packages/nginx/src-os-unix-ngx_linux_config.h.patch
2025-04-22 11:21:51 +05:30

14 lines
283 B
Diff

# libcrypt.so is found but crypt.h is not. workaround it.
--- a/src/os/unix/ngx_linux_config.h
+++ b/src/os/unix/ngx_linux_config.h
@@ -60,7 +60,7 @@
#include <ngx_auto_config.h>
-#if (NGX_HAVE_CRYPT_H)
+#if (NGX_HAVE_CRYPT_H) || (NGX_HAVE_CRYPT)
#include <crypt.h>
#endif