blob: d4733b278c0eca1c676499ce985cfd58efb64c3d (
plain)
1
2
3
4
5
6
7
8
9
10
|
include $(top_srcdir)/build/special.mk
# use the -lcrypto option when loading mod_qos as a DSO into
# an Apache with dynamically loaded OpenSSL library (e.g. when not
# using mod_ssl)
SH_LDFLAGS += -lcrypto
SH_LDFLAGS += -lpcre
LDFLAGS += -lcrypto
LDFLAGS += -lpcre
|