]> git.pld-linux.org Git - packages/ntp.git/blob - ntp-md5.patch
- prefer MD5Init() from openssl libs (-lcrypto)
[packages/ntp.git] / ntp-md5.patch
1 prefer MD5Init() from openssl libs (-lcrypto)
2
3 --- ntp-4.2.0/configure.in~     2006-09-01 01:34:38.431438260 +0300
4 +++ ntp-4.2.0/configure.in      2006-09-13 10:51:32.253439861 +0300
5 @@ -205,8 +205,10 @@
6  AC_CHECK_FUNC(openlog, , 
7    AC_CHECK_LIB(gen, openlog, , 
8    AC_CHECK_LIB(syslog, openlog, , , -lsocket)))
9 +AC_CHECK_LIB(crypto, MD5Init, , 
10  AC_CHECK_LIB(md5, MD5Init, , 
11    AC_CHECK_LIB(md, MD5Init))
12 +)
13  AC_CHECK_FUNCS(MD5Init)
14  dnl HMS: What a hack...
15  AC_CHECK_HEADERS(readline/history.h readline/readline.h)
This page took 0.105893 seconds and 3 git commands to generate.