diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-06-12 18:52:08 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-06-12 18:52:08 +0000 |
commit | 762f6652463f02825a4cd82c23fa481ea99d73b2 (patch) | |
tree | 7c5c907f93230b9e3688b1b9e48273c579769e67 /lib | |
parent | 3d6cf114ca72faa09b832c335ded22d42aad671e (diff) |
Enable privsep support. Finally!
ok matthieu@.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libdrm/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libdrm/Makefile.bsd-wrapper b/lib/libdrm/Makefile.bsd-wrapper index 060606786..54b6817e8 100644 --- a/lib/libdrm/Makefile.bsd-wrapper +++ b/lib/libdrm/Makefile.bsd-wrapper @@ -1,5 +1,7 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2007/03/15 23:00:48 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2008/06/12 18:52:07 oga Exp $ SHARED_LIBS= drm 2.3 +CONFIGURE_ARGS= --enable-privsep + .include <bsd.xorg.mk> |