xbps-checkvers: fix build with glibc-2.24 (#188)

This commit is contained in:
Michael Gehring 2016-08-15 12:44:25 +02:00 committed by Juan RP
parent 03d29f64b8
commit 3a1892028a

View File

@ -1,6 +1,8 @@
TOPDIR = ../..
-include $(TOPDIR)/config.mk
EXTRA_CFLAGS += -Wno-deprecated-declarations
BIN = xbps-checkvers
include $(TOPDIR)/mk/prog.mk