Home
last modified time | relevance | path

Searched refs:PCRE_CFLAGS (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libselinux/
DMakefile24 PCRE_CFLAGS := -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 $(shell $(PKG_CONFIG) --cflags libpcre2-8) macro
27 PCRE_CFLAGS := $(shell $(PKG_CONFIG) --cflags libpcre) macro
30 export PCRE_CFLAGS PCRE_LDLIBS
/external/selinux/restorecond/
DMakefile24 PCRE_CFLAGS := -DUSE_PCRE2 -DPCRE2_CODE_UNIT_WIDTH=8 $(shell $(PKG_CONFIG) --cflags libpcre2-8) macro
27 PCRE_CFLAGS := $(shell $(PKG_CONFIG) --cflags libpcre) macro
30 export PCRE_CFLAGS PCRE_LDLIBS
/external/selinux/libselinux/utils/
DMakefile48 override CFLAGS += -I../include -D_GNU_SOURCE $(DISABLE_FLAGS) $(PCRE_CFLAGS)
/external/selinux/libselinux/src/
DMakefile97 override CFLAGS += -I../include -D_GNU_SOURCE $(DISABLE_FLAGS) $(PCRE_CFLAGS)