]> git.pld-linux.org Git - packages/ntp.git/commitdiff
- prefer MD5Init() from openssl libs (-lcrypto)
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 Sep 2006 07:56:28 +0000 (07:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntp-md5.patch -> 1.1

ntp-md5.patch [new file with mode: 0644]

diff --git a/ntp-md5.patch b/ntp-md5.patch
new file mode 100644 (file)
index 0000000..a129dc9
--- /dev/null
@@ -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)
This page took 0.076108 seconds and 4 git commands to generate.