Make sure we create shared memory files in /tmp such that programs can use

the "tmppath" pledge to allow creation of shared memory fences.

ok matthieu@
This commit is contained in:
kettenis 2018-06-09 11:44:13 +00:00
parent 3a5dfaa265
commit 191958dfc8

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2018/06/07 22:05:13 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2018/06/09 11:44:13 kettenis Exp $
SHARED_LIBS= xshmfence 0.0
xsCONFIGURE_ARGS += --enable-futex
CONFIGURE_ARGS+= --with-shared-memory-dir=/tmp
.include <bsd.xorg.mk>