Summary: | devel/libvirt: gnutls support | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Fabian Freyer <fabian.freyer> | ||||
Component: | Individual Port(s) | Assignee: | Jason Helfman <jgh> | ||||
Status: | Closed Unable to Reproduce | ||||||
Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(jgh) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Auto-assigned to maintainer jgh@FreeBSD.org Using this patch, gnutls header is not found: (from config.log when running make configure) configure:62917: checking gnutls/gnutls.h presence configure:62917: cpp -D_THREAD_SAFE conftest.c conftest.c:532:10: fatal error: 'gnutls/gnutls.h' file not found #include <gnutls/gnutls.h> Feel free to reopen when you can provide more feedback. |
Created attachment 151640 [details] make gnutls an option TLS support doesn't actually get compiled in, unless --with-gnutls is passed. Therefore, I made GNUTLS an option. For some reason the included pkg-config checks do not suffice, therefore the prefix /usr/local was given explicitely. Maybe there is a nicer way to do this. I'm also not sure if the GNUTLS_BUILD_DEPENDS are really required.