Opened 11 years ago

Closed 11 years ago

#5439 closed defect (fixed)

gnutls-3.3.7 does not build without p11-kit

Reported by: Pierre Labastie Owned by: Pierre Labastie
Priority: normal Milestone: 7.6
Component: BOOK Version: SVN
Severity: major Keywords:
Cc:

Description

There is a bug in one of the library file, which prevents building gnutls 3.3.7 if p11-kit is not installed. Passing --without-p11-kit does not resolve the issue, since configure correctly detects that p11-kit is not installed anyway, and sets ENABLE_PKCS11 accordingly.

The bug is corrected in git. A patch may be found at http://comments.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/7612

Another possibility, as done in the systemd book, is to promote p11-kit to recommended.

Thoughts?

Change History (3)

comment:1 by bdubbs@…, 11 years ago

Would adding this command fix the problem?

sed -i -e '201 i#ifdef ENABLE_PKCS11' \
       -e '213 i#endif'               \
       lib/gnutls_privkey.c

comment:2 by Pierre Labastie, 11 years ago

Owner: changed from blfs-book@… to Pierre Labastie
Status: newassigned

Yes it does

comment:3 by Pierre Labastie, 11 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r14100

Note: See TracTickets for help on using tickets.