Merge pull request #280 from ffontaine/master

Makefile: fix static linking with pcre
This commit is contained in:
Yves Rutschle 2021-03-16 20:32:46 +01:00 committed by GitHub
commit b72baa0622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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