SHA256
1
0
forked from pool/dhcp

Removed obsolete dhcp-4.1.1-dhclient-no-libcrypto.diff

OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=45
This commit is contained in:
Marius Tomaschewski 2010-11-30 12:11:57 +00:00 committed by Git OBS Bridge
parent 31926767de
commit 77f196bc3a

View File

@ -1,16 +0,0 @@
--- dhcp-4.1.1/configure.ac
+++ dhcp-4.1.1/configure.ac 2010/05/03 12:25:59
@@ -420,8 +420,13 @@ AC_TRY_LINK(
AC_CHECK_HEADERS(sys/socket.h net/if_dl.h net/if6.h regex.h)
# find an MD5 library
+saved_LIBS="$LIBS"
+LIBS=""
AC_SEARCH_LIBS(MD5_Init, [crypto])
AC_SEARCH_LIBS(MD5Init, [crypto])
+CRYPTO_LIBS="$LIBS"
+LIBS="$saved_LIBS"
+AC_SUBST(CRYPTO_LIBS)
# Solaris needs some libraries for functions
AC_SEARCH_LIBS(socket, [socket])