diff options
Diffstat (limited to 'net-fs/samba/samba-4.1.18.ebuild')
-rw-r--r-- | net-fs/samba/samba-4.1.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-4.1.18.ebuild b/net-fs/samba/samba-4.1.18.ebuild index 10896de1af84..6bd6d0914bd1 100644 --- a/net-fs/samba/samba-4.1.18.ebuild +++ b/net-fs/samba/samba-4.1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild,v 1.2 2015/05/14 12:36:22 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild,v 1.3 2015/06/03 17:03:40 vapier Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -131,7 +131,7 @@ src_configure() { " use "ads" && myconf+=" --with-shared-modules=idmap_ad" - CPPFLAGS="-I/usr/include/et ${CPPFLAGS}" \ + CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \ waf-utils_src_configure ${myconf} } |