]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
- ./configure on longer searches for -lcrypto to explicitly link against.
authorDavid Hankins <dhankins@isc.org>
Wed, 3 Nov 2010 23:22:38 +0000 (23:22 +0000)
committerDavid Hankins <dhankins@isc.org>
Wed, 3 Nov 2010 23:22:38 +0000 (23:22 +0000)
  This fixes a bug where 'dhclient' would have shared library dependencies
  on '/usr/lib'.  [ISC-Bugs #21967]

RELNOTES
configure.ac

index 1b93e32ed98440377196a83b54d1a8d91261f5ea..ac1780c8f2c49a105f83c8c8bc92d327e50b67a3 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -124,6 +124,10 @@ work on other platforms. Please report any problems and suggested fixes to
   server to crash.  Thanks to a report from John Gibbons.  [ISC-Bugs #21992]
   CERT: VU#102047 CVE: CVE-2010-3611
 
+- ./configure on longer searches for -lcrypto to explicitly link against.
+  This fixes a bug where 'dhclient' would have shared library dependencies
+  on '/usr/lib'.  [ISC-Bugs #21967]
+
                        Changes since 4.2.0rc1
 
 - Documentation cleanup covering multiple tickets
index 870736901cafa7da70e267177cb11cbfb3ea1c54..76616c06bb74b28ca29e8a7070724c175b5e3bc2 100644 (file)
@@ -425,10 +425,6 @@ AC_TRY_LINK(
 # Look for optional headers.
 AC_CHECK_HEADERS(sys/socket.h net/if_dl.h net/if6.h regex.h)
 
-# find an MD5 library
-AC_SEARCH_LIBS(MD5_Init, [crypto])
-AC_SEARCH_LIBS(MD5Init, [crypto])
-
 # Solaris needs some libraries for functions
 AC_SEARCH_LIBS(socket, [socket])
 AC_SEARCH_LIBS(inet_ntoa, [nsl])