summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2018-06-09 11:44:14 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2018-06-09 11:44:14 +0000
commitdabf667e77e216930462acacef5d04246a3bc19b (patch)
tree7527de3c0ebcc84558f850ac1b87d888371c6ff3
parent6bd1769ce2f34d73fb42c2d4a08f2884c0c6fdb3 (diff)
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@
-rw-r--r--lib/libxshmfence/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libxshmfence/Makefile.bsd-wrapper b/lib/libxshmfence/Makefile.bsd-wrapper
index 1e5ca7242..1f92b1280 100644
--- a/lib/libxshmfence/Makefile.bsd-wrapper
+++ b/lib/libxshmfence/Makefile.bsd-wrapper
@@ -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>