You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by be...@apache.org on 2005/06/11 16:16:20 UTC

svn commit: r190122 - /httpd/httpd/branches/fips-dev/support/Makefile.in

Author: ben
Date: Sat Jun 11 07:16:20 2005
New Revision: 190122

URL: http://svn.apache.org/viewcvs?rev=190122&view=rev
Log:
Oops. Need OpenSSL in FIPS mode.

Modified:
    httpd/httpd/branches/fips-dev/support/Makefile.in

Modified: httpd/httpd/branches/fips-dev/support/Makefile.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/fips-dev/support/Makefile.in?rev=190122&r1=190121&r2=190122&view=diff
==============================================================================
--- httpd/httpd/branches/fips-dev/support/Makefile.in (original)
+++ httpd/httpd/branches/fips-dev/support/Makefile.in Sat Jun 11 07:16:20 2005
@@ -6,7 +6,7 @@
 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