forked from pool/haproxy
75e24e96f9
Resubmit of haproxy after applying license patch from legal. OBS-URL: https://build.opensuse.org/request/show/203204 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=1
14 lines
425 B
Diff
14 lines
425 B
Diff
Index: Makefile
|
|
===================================================================
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -460,7 +460,7 @@ ifneq ($(USE_PCRE)$(USE_STATIC_PCRE),)
|
|
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),)
|