diff --git a/Makefile b/Makefile index b1cf9ce..6b07f19 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ endif ifneq ($(strip $(USELIBPCRE)),) CPPFLAGS+=-DLIBPCRE - LIBS:=$(LIBS) -lpcre + LIBS:=$(LIBS) -lpcreposix endif ifneq ($(strip $(USELIBCONFIG)),)