HomeSort by relevance Sort by last modified time
    Searched refs:PCRE_LDLIBS (Results 1 - 4 of 4) sorted by null

  /external/selinux/restorecond/
Makefile 25 PCRE_LDLIBS := $(shell $(PKG_CONFIG) --libs libpcre2-8)
28 PCRE_LDLIBS := $(shell $(PKG_CONFIG) --libs libpcre)
30 export PCRE_CFLAGS PCRE_LDLIBS
32 override LDLIBS += -lselinux $(PCRE_LDLIBS) $(DBUSLIB)
  /external/selinux/libselinux/
Makefile 30 PCRE_LDLIBS := $(shell $(PKG_CONFIG) --libs $(PCRE_MODULE))
31 export PCRE_MODULE PCRE_CFLAGS PCRE_LDLIBS
  /external/selinux/libselinux/utils/
Makefile 51 PCRE_LDLIBS ?= -lpcre
59 sefcontext_compile: LDLIBS += $(PCRE_LDLIBS) ../src/libselinux.a -lsepol
  /external/selinux/libselinux/src/
Makefile 95 PCRE_LDLIBS ?= -lpcre
147 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ $(PCRE_LDLIBS) -ldl -Wl,$(LD_SONAME_FLAGS)

Completed in 58 milliseconds