xbps-checkvers/Makefile: re-add -Wno-deprecated-declarations.

... it's still necessary due to readdir_r() with glibc.
This commit is contained in:
Juan RP 2019-07-03 02:15:41 +02:00
parent 9addb5e64e
commit 702d64c517
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

View File

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