1554837
This is necessary to get things building again after libselinux changes.
1554837
A proper fix is under discussion upstream:
1554837
1554837
  <https://sourceware.org/pipermail/libc-alpha/2020-July/116504.html>
1554837
1554837
diff --git a/nss/makedb.c b/nss/makedb.c
1554837
index 8e389a1683747cf1..9d81aed57d384a22 100644
1554837
--- a/nss/makedb.c
1554837
+++ b/nss/makedb.c
1554837
@@ -17,6 +17,10 @@
1554837
    License along with the GNU C Library; if not, see
1554837
    <https://www.gnu.org/licenses/>.  */
1554837
 
1554837
+/* This file uses deprecated declarations from libselinux.  */
1554837
+#include <libc-diag.h>
1554837
+DIAG_IGNORE_NEEDS_COMMENT (4.9, "-Wdeprecated-declarations");
1554837
+
1554837
 #include <argp.h>
1554837
 #include <assert.h>
1554837
 #include <ctype.h>