Files
termux-packages/packages/nginx/auto-unix.patch
termux-pacman-bot 302cef80dc nginx: Fix configure for detecting crypt()
%ci:no-build
2023-04-09 20:01:23 +00:00

14 lines
333 B
Diff

https://github.com/termux/termux-packages/issues/15852
--- a/auto/unix
+++ b/auto/unix
@@ -164,7 +164,7 @@
ngx_feature="crypt() in libcrypt"
ngx_feature_name=
ngx_feature_run=no
- ngx_feature_incs=
+ ngx_feature_incs="#include <crypt.h>"
ngx_feature_path=
ngx_feature_libs=-lcrypt
. auto/feature