GnuPG 1.4.4 does not compile on NetBSD is curl library is installed from pkgsrc

David Shaw dshaw at jabberwocky.com
Wed Jul 26 22:34:44 CEST 2006


On Tue, Jul 25, 2006 at 01:55:34PM +0200, Gilbert Fernandes wrote:
> Hello everyone,
> 
> when GnuPG 1.4.4 is compiled on NetBSD 3.0 it works fine. The configure
> does its job, as the make and make install.
> 
> But if the curl library has been installed on the system (on one of my
> computers,
> it has been installed as dependency of clamav) then the make fails because
> a file does not find the proper include file at the right place.

Should be fixed now, thanks.

Index: Makefile.am
===================================================================
--- Makefile.am (revision 4198)
+++ Makefile.am (working copy)
@@ -50,4 +50,5 @@
 gpgkeys_curl_LDADD = @LIBCURL@ @GETOPT@
 gpgkeys_hkp_CPPFLAGS = @LIBCURL_CPPFLAGS@
 gpgkeys_hkp_LDADD = @LIBCURL@ @GETOPT@
+gpgkeys_finger_CPPFLAGS = @LIBCURL_CPPFLAGS@
 endif

David



More information about the Gnupg-users mailing list