summaryrefslogtreecommitdiff
path: root/net-fs/samba/samba-4.16.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/samba/samba-4.16.1.ebuild')
-rw-r--r--net-fs/samba/samba-4.16.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.16.1.ebuild b/net-fs/samba/samba-4.16.1.ebuild
index dfb87123595c..8b16a80d66cb 100644
--- a/net-fs/samba/samba-4.16.1.ebuild
+++ b/net-fs/samba/samba-4.16.1.ebuild
@@ -141,6 +141,7 @@ BDEPEND="${PYTHON_DEPS}
PATCHES=(
"${FILESDIR}/${PN}-4.4.0-pam.patch"
+ "${FILESDIR}/${PN}-4.16.1-netdb-defines.patch"
)
#CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)"
@@ -247,7 +248,7 @@ multilib_src_configure() {
myconf+=( --with-shared-modules=DEFAULT,!vfs_snapper )
fi
- PYTHONHASHSEED=1 CPPFLAGS="-I${SYSROOT}${EPREFIX}/usr/include/et ${CPPFLAGS}" \
+ PYTHONHASHSEED=1 CPPFLAGS="-I${ESYSROOT}/usr/include/et ${CPPFLAGS}" \
waf-utils_src_configure ${myconf[@]}
}