mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-libs/xapian-bindings: prevent python-related sandbox failure
Bug: https://bugs.gentoo.org/589642#c16
This commit is contained in:
committed by
Anthony G. Basile
parent
e992bd736e
commit
3b223cf10a
@@ -109,6 +109,10 @@ src_configure() {
|
||||
else
|
||||
myconf+=( --with-python )
|
||||
fi
|
||||
|
||||
# Avoid sandbox failures when compiling modules
|
||||
addpredict "$(python_get_sitedir)"
|
||||
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user