[Pkg-gnupg-commit] [gnupg2] 55/292: build: Do not link gpg-connect-agent against npth.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Mon Nov 21 06:31:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch master
in repository gnupg2.
commit 20a16833ee2bb05f735377f705899302bcf2b4d3
Author: Justus Winter <justus at g10code.com>
Date: Tue Sep 27 17:45:52 2016 +0200
build: Do not link gpg-connect-agent against npth.
* tools/Makefile.am: Do not link gpg-connect-agent against npth.
Signed-off-by: Justus Winter <justus at g10code.com>
---
tools/Makefile.am | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 6df49f6..b2a274f 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -122,10 +122,9 @@ watchgnupg_SOURCES = watchgnupg.c
watchgnupg_LDADD = $(NETLIBS)
gpg_connect_agent_SOURCES = gpg-connect-agent.c
-# FIXME: remove NPTH_LIBS (why do we need them at all?)
gpg_connect_agent_LDADD = ../common/libgpgrl.a $(common_libs) \
$(LIBASSUAN_LIBS) $(LIBGCRYPT_LIBS) \
- $(NPTH_LIBS) $(GPG_ERROR_LIBS) \
+ $(GPG_ERROR_LIBS) \
$(LIBREADLINE) $(LIBINTL) $(NETLIBS) $(LIBICONV) \
$(resource_objs)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list