From 3a1892028a64a00dad6d0e740bec7cb1d3d64602 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 15 Aug 2016 12:44:25 +0200 Subject: [PATCH] xbps-checkvers: fix build with glibc-2.24 (#188) --- bin/xbps-checkvers/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/xbps-checkvers/Makefile b/bin/xbps-checkvers/Makefile index 842dd34d..56a02ca9 100644 --- a/bin/xbps-checkvers/Makefile +++ b/bin/xbps-checkvers/Makefile @@ -1,6 +1,8 @@ TOPDIR = ../.. -include $(TOPDIR)/config.mk +EXTRA_CFLAGS += -Wno-deprecated-declarations + BIN = xbps-checkvers include $(TOPDIR)/mk/prog.mk