Actually use libpcre

Linking libpcre has no effect, the posix functions are provided by
libpcreposix.
This commit is contained in:
Michael Gehring 2016-03-29 22:33:57 +02:00
parent 38447c8158
commit a83847e4c3

View File

@ -38,7 +38,7 @@ endif
ifneq ($(strip $(USELIBPCRE)),)
CPPFLAGS+=-DLIBPCRE
LIBS:=$(LIBS) -lpcre
LIBS:=$(LIBS) -lpcreposix
endif
ifneq ($(strip $(USELIBCONFIG)),)