mirror of
https://github.com/topjohnwu/selinux.git
synced 2024-12-04 01:20:52 +00:00
matchpathcon: allow use of deprecated routines
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@intel.com>
This commit is contained in:
parent
afd45fe70a
commit
327ec8eb18
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user