diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2017-08-20 05:05:05 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2017-08-20 05:05:05 +0000 |
commit | a51280d8f469147d1674b2ca5b5f0180625b934b (patch) | |
tree | ac461858f948a16c43fcfb4ef51520f11ce9428c /devel/libvirt | |
parent | 2606d994038ce73370459d3544928e865134d486 (diff) |
devel/libvirt: improve sasl configuration
Explicitly pass SASL path to 'sasl' configuration option
to make sure that configure finds proper include and library paths
and don't depend on other options adding -I{LOCALBASE}/include to
CFLAGS.
Notes
Notes:
svn path=/head/; revision=448357
Diffstat (limited to 'devel/libvirt')
-rw-r--r-- | devel/libvirt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index b41d5829a9ad..6ad0ab3de577 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -58,7 +58,7 @@ NSS_CONFIGURE_WITH= nss-plugin READLINE_CONFIGURE_WITH= readline READLINE_USES= readline -SASL_CONFIGURE_WITH= sasl +SASL_CONFIGURE_WITH= sasl=${LOCALBASE} SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 XEN_CONFIGURE_WITH= libxl |