app-emulation/docker: Set libdm_no_deferred_remove

Fix docker 1.7.1 build errors.

Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
Geoff Levand 2015-11-17 15:27:56 -08:00
parent dd2fda5157
commit 54cc83d6fe

View File

@ -188,6 +188,10 @@ src_compile() {
fi
done
# Docker uses the host files when testing, so force docker
# to not use dm_task_deferred_remove to cover cross builds.
DOCKER_BUILDTAGS+=' libdm_no_deferred_remove'
# https://github.com/docker/docker/pull/13338
if use experimental; then
export DOCKER_EXPERIMENTAL=1