summaryrefslogtreecommitdiffstats
path: root/apache2/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--apache2/Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/apache2/Makefile.in b/apache2/Makefile.in
new file mode 100644
index 0000000..d4733b2
--- /dev/null
+++ b/apache2/Makefile.in
@@ -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 \ No newline at end of file