xbps-checkvers/Makefile: re-add -Wno-deprecated-declarations.
... it's still necessary due to readdir_r() with glibc.
This commit is contained in:
parent
9addb5e64e
commit
702d64c517
@ -1,6 +1,8 @@
|
||||
TOPDIR = ../..
|
||||
-include $(TOPDIR)/config.mk
|
||||
|
||||
EXTRA_CFLAGS += -Wno-deprecated-declarations
|
||||
|
||||
BIN = xbps-checkvers
|
||||
|
||||
include $(TOPDIR)/mk/prog.mk
|
||||
|
Loading…
Reference in New Issue
Block a user