nss-pam-ldapd branch master updated. 0.9.12-10-g33cf91c
[
Date Prev][Date Next]
[
Thread Prev][Thread Next]
nss-pam-ldapd branch master updated. 0.9.12-10-g33cf91c
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org, nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd branch master updated. 0.9.12-10-g33cf91c
- Date: Sun, 6 Aug 2023 23:20:14 +0200 (CEST)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".
The branch, master has been updated
via 33cf91cbbcc92c10fc99c828f9d9b94752299800 (commit)
from 4b6556dbb0df14f85f67005b1fdcb5f7db557e81 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://arthurdejong.org/git/nss-pam-ldapd/commit/?id=33cf91cbbcc92c10fc99c828f9d9b94752299800
commit 33cf91cbbcc92c10fc99c828f9d9b94752299800
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sun Aug 6 23:14:48 2023 +0200
Define NETDB_INTERNAL for musl libc
musl libc doesn't define ```NETDB_INTERNAL```. Add that definition when
it's missing.
Thanks Cristian Othón Martínez Vera.
Closes https://github.com/arthurdejong/nss-pam-ldapd/pull/60
diff --git a/compat/nss_compat.h b/compat/nss_compat.h
index ac4ce2f..3043934 100644
--- a/compat/nss_compat.h
+++ b/compat/nss_compat.h
@@ -153,4 +153,9 @@ struct spwd {
};
#endif /* not HAVE_STRUCT_SPWD */
+/* Define NETDB_INTERNAL h_errno return code if it is missing */
+#ifndef NETDB_INTERNAL
+#define NETDB_INTERNAL -1
+#endif
+
#endif /* not COMPAT__NSS_H */
-----------------------------------------------------------------------
Summary of changes:
compat/nss_compat.h | 5 +++++
1 file changed, 5 insertions(+)
hooks/post-receive
--
nss-pam-ldapd
- nss-pam-ldapd branch master updated. 0.9.12-10-g33cf91c,
Commits of the nss-pam-ldapd project