diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 41d31fc665..5ca3d699d3 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2007-06-12 Ralf Corsépius + + * shttpd/Makefile.am: Add -DHAVE_MD5 to use md5 routines from + libmd.a. + 2007-06-12 Ralf Corsépius * wrapup/Makefile.am: Add libmd.a. diff --git a/cpukit/shttpd/Makefile.am b/cpukit/shttpd/Makefile.am index ebc1c0a2fb..0d28747c6f 100644 --- a/cpukit/shttpd/Makefile.am +++ b/cpukit/shttpd/Makefile.am @@ -4,7 +4,7 @@ if LIBNETWORKING include_shttpddir = $(includedir)/shttpd project_lib_LIBRARIES = libshttpd.a -libshttpd_a_CPPFLAGS = $(AM_CPPFLAGS) +libshttpd_a_CPPFLAGS = $(AM_CPPFLAGS) -DHAVE_MD5 SRCS= string.c shttpd.c log.c auth.c md5.c \ cgi.c mime_type.c config.c \