- Fix missing MD5_* symbols in the .a
This commit is contained in:
parent
9fe2af5f67
commit
ac814c6087
@ -8,7 +8,7 @@
|
|||||||
Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent.
|
Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent.
|
||||||
Name: dhcp
|
Name: dhcp
|
||||||
Version: 3.0.5
|
Version: 3.0.5
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Epoch: 12
|
Epoch: 12
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -35,6 +35,7 @@ Patch10: dhcp-3.0.5-server.patch
|
|||||||
Patch11: dhcp-3.0.5-libdhcp4client.patch
|
Patch11: dhcp-3.0.5-libdhcp4client.patch
|
||||||
Patch12: dhcp-3.0.5-timeouts.patch
|
Patch12: dhcp-3.0.5-timeouts.patch
|
||||||
Patch13: dhcp-3.0.5-fix-warnings.patch
|
Patch13: dhcp-3.0.5-fix-warnings.patch
|
||||||
|
Patch14: dhcp-3.0.5-md5.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Requires(post): chkconfig, coreutils
|
Requires(post): chkconfig, coreutils
|
||||||
@ -143,6 +144,9 @@ client library .
|
|||||||
# Fix up anything that fails -Wall -Werror
|
# Fix up anything that fails -Wall -Werror
|
||||||
%patch13 -p1 -b .warnings
|
%patch13 -p1 -b .warnings
|
||||||
|
|
||||||
|
# Fix up the makefiles so we include the md5 stuff in the .a
|
||||||
|
%patch14 -p1 -b .md5
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp %SOURCE1 .
|
cp %SOURCE1 .
|
||||||
cat <<EOF >site.conf
|
cat <<EOF >site.conf
|
||||||
@ -340,6 +344,9 @@ exit 0
|
|||||||
%{_libdir}/libdhcp4client.so
|
%{_libdir}/libdhcp4client.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 22 2006 Peter Jones <pjones@redhat.com> - 12:3.0.5-7
|
||||||
|
- Build the MD5 functions we link against.
|
||||||
|
|
||||||
* Thu Nov 16 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-6
|
* Thu Nov 16 2006 David Cantrell <dcantrell@redhat.com> - 12:3.0.5-6
|
||||||
- Set permission of libdhcp4client.so.1 to 0755 (#215910)
|
- Set permission of libdhcp4client.so.1 to 0755 (#215910)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user