Adding upstream version 11.74.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
fb45dd789e
commit
24ecce9d56
92 changed files with 43156 additions and 0 deletions
10
apache2/Makefile.in
Normal file
10
apache2/Makefile.in
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue