]> git.pld-linux.org Git - packages/ntp.git/commitdiff
- fix for error: `MD5_CTX' undeclared
authorhawk <hawk@pld-linux.org>
Sat, 8 Aug 2009 16:14:15 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntp-md5.patch -> 1.6

ntp-md5.patch

index 3628b75285f9572e5a90e547d48910b571f1ba6f..cd471c83cd99f5af24eff7aee4b72ead26a5b2ef 100644 (file)
  #include "ntp_md5.h"
  
  /* Constants for MD5Transform routine.
+--- ntp-4.2.4p7/configure.ac.orig      2009-08-08 16:46:22.000000000 +0200
++++ ntp-4.2.4p7/configure.ac   2009-08-08 17:52:24.000000000 +0200
+@@ -427,17 +427,6 @@
+ esac
+ AC_CHECK_HEADERS(errno.h fcntl.h ieeefp.h math.h)
+-# HMS: Lame, but fast.
+-if test -f /etc/redhat-release
+-then
+-    :
+-else
+-    AC_CHECK_HEADERS(md5.h, [], [],
+-[#if HAVE_SYS_TYPES_H
+-#include <sys/types.h>
+-#endif
+-])
+-fi
+ AC_CHECK_HEADERS(memory.h netdb.h poll.h)
+ AC_CHECK_HEADERS(sched.h sgtty.h stdlib.h string.h termio.h)
+ AC_CHECK_HEADERS(termios.h timepps.h timex.h unistd.h)
This page took 0.030939 seconds and 4 git commands to generate.