Date: Sun, 20 Aug 2017 05:05:06 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448357 - head/devel/libvirt Message-ID: <201708200505.v7K556ea018271@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708200505.v7K556ea018271>