]> git.pld-linux.org Git - packages/ntp.git/commitdiff
- add md5 patch to always link with openssl for MD5Update
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 2 Oct 2006 20:03:02 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntp.spec -> 1.81

ntp.spec

index 8ec0f834fe167691df66fc4e0ff2a484b84a9611..e77776ee75c682ef86145c7e82006a64fb0fd46f 100644 (file)
--- a/ntp.spec
+++ b/ntp.spec
@@ -4,7 +4,7 @@ Summary(pl):    Narz
 Summary(pt_BR):        Network Time Protocol versão 4
 Name:          ntp
 Version:       4.2.0
-Release:       19
+Release:       19.1
 License:       distributable
 Group:         Daemons
 Source0:       ftp://ftp.udel.edu/pub/ntp/ntp4/%{name}-%{version}.tar.gz
@@ -22,6 +22,7 @@ Patch1:               %{name}-no_libelf.patch
 Patch2:                %{name}-ipv6.patch
 Patch3:                %{name}-openssl_check.patch
 Patch4:                %{name}-gcc4.patch
+Patch5:                %{name}-md5.patch
 URL:           http://www.ntp.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -117,13 +118,15 @@ Klient do synchronizacji czasu po NTP (Network Time Protocol).
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+  --with-crypto=openssl
 
 %{__make}
 
This page took 0.036761 seconds and 4 git commands to generate.