From: Ben Laurie Date: Sat, 11 Jun 2005 14:16:20 +0000 (+0000) Subject: Oops. Need OpenSSL in FIPS mode. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d638593d7a2ad52a5303d05c17aae44b3de5c34d;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/support/Makefile.in b/support/Makefile.in index 25dda638c13..d5110840ae4 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