SOURCES: ntp-md5.patch (NEW) - prefer MD5Init() from openssl libs ...

glen glen at pld-linux.org
Wed Sep 13 09:56:33 CEST 2006


Author: glen                         Date: Wed Sep 13 07:56:33 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- prefer MD5Init() from openssl libs (-lcrypto)

---- Files affected:
SOURCES:
   ntp-md5.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ntp-md5.patch
diff -u /dev/null SOURCES/ntp-md5.patch:1.1
--- /dev/null	Wed Sep 13 09:56:33 2006
+++ SOURCES/ntp-md5.patch	Wed Sep 13 09:56:28 2006
@@ -0,0 +1,15 @@
+prefer MD5Init() from openssl libs (-lcrypto)
+
+--- ntp-4.2.0/configure.in~	2006-09-01 01:34:38.431438260 +0300
++++ ntp-4.2.0/configure.in	2006-09-13 10:51:32.253439861 +0300
+@@ -205,8 +205,10 @@
+ AC_CHECK_FUNC(openlog, , 
+   AC_CHECK_LIB(gen, openlog, , 
+   AC_CHECK_LIB(syslog, openlog, , , -lsocket)))
++AC_CHECK_LIB(crypto, MD5Init, , 
+ AC_CHECK_LIB(md5, MD5Init, , 
+   AC_CHECK_LIB(md, MD5Init))
++)
+ AC_CHECK_FUNCS(MD5Init)
+ dnl HMS: What a hack...
+ AC_CHECK_HEADERS(readline/history.h readline/readline.h)
================================================================


More information about the pld-cvs-commit mailing list