From ac814c60879ab8c354c0bd001f19741b5535663b Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Nov 22 2006 20:28:24 +0000 Subject: - Fix missing MD5_* symbols in the .a --- diff --git a/dhcp.spec b/dhcp.spec index 56b1c61..d52db63 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -8,7 +8,7 @@ Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent. Name: dhcp Version: 3.0.5 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 12 License: distributable Group: System Environment/Daemons @@ -35,6 +35,7 @@ Patch10: dhcp-3.0.5-server.patch Patch11: dhcp-3.0.5-libdhcp4client.patch Patch12: dhcp-3.0.5-timeouts.patch Patch13: dhcp-3.0.5-fix-warnings.patch +Patch14: dhcp-3.0.5-md5.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires(post): chkconfig, coreutils @@ -143,6 +144,9 @@ client library . # Fix up anything that fails -Wall -Werror %patch13 -p1 -b .warnings +# Fix up the makefiles so we include the md5 stuff in the .a +%patch14 -p1 -b .md5 + %build cp %SOURCE1 . cat <site.conf @@ -340,6 +344,9 @@ exit 0 %{_libdir}/libdhcp4client.so %changelog +* Wed Nov 22 2006 Peter Jones - 12:3.0.5-7 +- Build the MD5 functions we link against. + * Thu Nov 16 2006 David Cantrell - 12:3.0.5-6 - Set permission of libdhcp4client.so.1 to 0755 (#215910)