From: William Roberts <william.c.roberts@xxxxxxxxx> Utility matchpathcon uses the matchpathcon interface which has been deprectaed. However, this tool will continue to live on, so allow it to use the deprecated interface. Signed-off-by: William Roberts <william.c.roberts@xxxxxxxxx> --- libselinux/utils/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libselinux/utils/Makefile b/libselinux/utils/Makefile index b018a08acbe0..aa2d3e1b144f 100644 --- a/libselinux/utils/Makefile +++ b/libselinux/utils/Makefile @@ -56,6 +56,8 @@ sefcontext_compile: LDLIBS += $(PCRE_LDLIBS) ../src/libselinux.a -lsepol sefcontext_compile: sefcontext_compile.o ../src/regex.o +matchpathcon: CFLAGS += -Wno-deprecated-declarations + all: $(TARGETS) install: all -- 2.17.1