1
0
Fork 0

Adding upstream version 11.74.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-24 12:44:39 +01:00
commit 38f927a836
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
92 changed files with 43156 additions and 0 deletions

10
apache2/Makefile.in Normal file
View file

@ -0,0 +1,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