summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Laurie <ben@apache.org>2005-06-11 14:16:20 +0000
committerBen Laurie <ben@apache.org>2005-06-11 14:16:20 +0000
commitd638593d7a2ad52a5303d05c17aae44b3de5c34d (patch)
treeb80320f5c57130758b81cdf0d27176877544740e
parent0db271851319ca8fef51a3a884ae7dc0b5c5b29b (diff)
downloadhttpd-d638593d7a2ad52a5303d05c17aae44b3de5c34d.tar.gz
Oops. Need OpenSSL in FIPS mode.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fips-dev@190122 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--support/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Makefile.in b/support/Makefile.in
index 25dda638c1..d5110840ae 100644
--- a/support/Makefile.in
+++ b/support/Makefile.in
@@ -6,7 +6,7 @@ CLEAN_TARGETS = suexec
PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid htdbm htcacheclean
TARGETS = $(PROGRAMS)
-PROGRAM_LDADD = $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS)
+PROGRAM_LDADD = $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS) $(SSL_LIBS)
PROGRAM_DEPENDENCIES =
include $(top_builddir)/build/rules.mk