1
0
Fork 0
libapache2-mod-qos/apache2/Makefile.in
Daniel Baumann 24ecce9d56
Adding upstream version 11.74.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 13:01:01 +01:00

10 lines
No EOL
267 B
Makefile

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