svn commit: r448357 - head/devel/libvirt

Roman Bogorodskiy novel at FreeBSD.org
Sun Aug 20 05:05:07 UTC 2017


Author: novel
Date: Sun Aug 20 05:05:05 2017
New Revision: 448357
URL: https://svnweb.freebsd.org/changeset/ports/448357

Log:
  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.

Modified:
  head/devel/libvirt/Makefile

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Sun Aug 20 04:18:42 2017	(r448356)
+++ head/devel/libvirt/Makefile	Sun Aug 20 05:05:05 2017	(r448357)
@@ -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


More information about the svn-ports-head mailing list