1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-01 22:28:02 +02:00

* Makefile.am (gpgkeys_hkp_LDADD): Need DNSLIBS for the resolver now

that we're using SRVs.
This commit is contained in:
David Shaw 2009-06-09 23:07:48 +00:00
parent 4843e6c8f2
commit e9a1d6da83
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-06-09 David Shaw <dshaw@jabberwocky.com>
* Makefile.am (gpgkeys_hkp_LDADD): Need DNSLIBS for the resolver
now that we're using SRVs.
2009-05-27 David Shaw <dshaw@jabberwocky.com>
* gpgkeys_hkp.c (srv_replace): Fix build warning.

View File

@ -1,5 +1,5 @@
# Copyright (C) 2001, 2002, 2004, 2005, 2006,
# 2007 Free Software Foundation, Inc.
# 2007, 2009 Free Software Foundation, Inc.
#
# This file is part of GnuPG.
#
@ -48,7 +48,7 @@ else
gpgkeys_curl_CPPFLAGS = @LIBCURL_CPPFLAGS@
gpgkeys_curl_LDADD = ../util/libcompat.a @LIBCURL@ @GETOPT@
gpgkeys_hkp_CPPFLAGS = @LIBCURL_CPPFLAGS@
gpgkeys_hkp_LDADD = ../util/libcompat.a @LIBCURL@ @GETOPT@
gpgkeys_hkp_LDADD = ../util/libcompat.a @DNSLIBS@ @LIBCURL@ @GETOPT@
gpgkeys_finger_CPPFLAGS = @LIBCURL_CPPFLAGS@
gpgkeys_ldap_CPPFLAGS += @LIBCURL_CPPFLAGS@
endif