diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pbuilderrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/pbuilderrc b/etc/pbuilderrc index f9932765..b21c5b7f 100644 --- a/etc/pbuilderrc +++ b/etc/pbuilderrc @@ -9,3 +9,5 @@ EXTRAPACKAGES="fakeroot" APTCACHE="" export http_proxy="http://localhost:3128" COMPRESSPROG="pigz" +# FIXME: remove /run/shm bindmount once we are running jessie - this is a workaround for #700591 +BINDMOUNTS="$BINDMOUNTS /run/shm /dev/shm" |