Edit

IABSD.fr/xenocara/lib/libxshmfence/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : kettenis
    Date : 2018-06-09 11:44:13
    Hash : 191958df
    Message : 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@

  • lib/libxshmfence/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.2 2018/06/09 11:44:13 kettenis Exp $
    
    SHARED_LIBS=	xshmfence 0.0
    
    CONFIGURE_ARGS+= --with-shared-memory-dir=/tmp
    
    .include <bsd.xorg.mk>