dev-libs/xapian-bindings: prevent python-related sandbox failure

Bug: https://bugs.gentoo.org/589642#c16
This commit is contained in:
Mike Gilbert
2016-11-30 10:44:57 -05:00
committed by Anthony G. Basile
parent e992bd736e
commit 3b223cf10a

View File

@@ -109,6 +109,10 @@ src_configure() {
else
myconf+=( --with-python )
fi
# Avoid sandbox failures when compiling modules
addpredict "$(python_get_sitedir)"
econf "${myconf[@]}"
}