2014-06-25 15:24:23 +02:00
|
|
|
Index: Makefile
|
|
|
|
===================================================================
|
|
|
|
--- Makefile.orig
|
|
|
|
+++ Makefile
|
2015-10-15 11:38:17 +02:00
|
|
|
@@ -644,7 +644,7 @@ ifneq ($(USE_PCRE)$(USE_STATIC_PCRE)$(US
|
2014-06-25 15:24:23 +02:00
|
|
|
PCREDIR := $(shell pcre-config --prefix 2>/dev/null || echo /usr/local)
|
|
|
|
ifneq ($(PCREDIR),)
|
|
|
|
PCRE_INC := $(PCREDIR)/include
|
|
|
|
-PCRE_LIB := $(PCREDIR)/lib
|
|
|
|
+PCRE_LIB := $(PCREDIR)/$(LIB)
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(USE_STATIC_PCRE),)
|