View | Details | Raw Unified | Return to bug 218688 | Differences between
and this patch

Collapse All | Expand All

(-)Makerules (-5 / +3 lines)
Lines 107-117 Link Here
107
107
108
HAVE_PTHREADS ?= yes
108
HAVE_PTHREADS ?= yes
109
109
110
ifeq "$(shell pkg-config --exists libcrypto && echo yes)" "yes"
110
HAVE_LIBCRYPTO = no
111
HAVE_LIBCRYPTO = yes
111
SYS_LIBCRYPTO_CFLAGS =
112
SYS_LIBCRYPTO_CFLAGS = -DHAVE_LIBCRYPTO $(shell pkg-config --cflags libcrypto)
112
SYS_LIBCRYPTO_LIBS =
113
SYS_LIBCRYPTO_LIBS = $(shell pkg-config --libs libcrypto)
114
endif
115
113
116
ifeq "$(shell pkg-config --exists libcurl && echo yes)" "yes"
114
ifeq "$(shell pkg-config --exists libcurl && echo yes)" "yes"
117
HAVE_CURL = yes
115
HAVE_CURL = yes

Return to bug 218688