help-gnutls
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: the ./configure script doesn't appear to honor --disable-openpgp-aut


From: Jim Newell
Subject: Re: the ./configure script doesn't appear to honor --disable-openpgp-authentication
Date: Fri, 21 Sep 2012 14:12:10 -0400

Never mind.  The cert_verify() function in src/common.c and a few other places are not surrounding code with the ENABLE_OPENPGP define, and
causing linker errors:
make[4]: Entering directory `/home/jnewell/work/v11/build-host-debug/build/gnutls-3.1.1/src'
  CCLD   gnutls-serv
../lib/.libs/libgnutls.so: undefined reference to `gnutls_privkey_import_openpgp'
../lib/.libs/libgnutls.so: undefined reference to `gnutls_openpgp_privkey_import'
../lib/.libs/libgnutls.so: undefined reference to `gnutls_openpgp_privkey_set_preferred_key_id'
../lib/.libs/libgnutls.so: undefined reference to `gnutls_openpgp_privkey_init'
../lib/.libs/libgnutls.so: undefined reference to `gnutls_openpgp_privkey_deinit'
collect2: error: ld returned 1 exit status

Regards,
Jim

On Fri, Sep 21, 2012 at 11:58 AM, Jim Newell <address@hidden> wrote:
If I configure gnutls 3.1.1 using --disable-openpgp-authentication the config.h file is still generated with:

/* use openpgp authentication */
/* #undef ENABLE_OPENPGP */

Is there is another flag I'm failing to use to obtain the desired result to disabe the openpgp?

Regards,

Jim Newell




reply via email to

[Prev in Thread] Current Thread [Next in Thread]