diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-28 20:13:43 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-28 20:13:43 +0000 |
commit | df6b77dc03dec3df43fadeb2f3a4912966e93ea1 (patch) | |
tree | 7512316b112d27dc27c0a4cff57c333fa996fb2d /app/xdm | |
parent | eec9493bb5ac86522425844516961851fd34532a (diff) |
Disable shared greeter library
Diffstat (limited to 'app/xdm')
-rw-r--r-- | app/xdm/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/xdm/Makefile.bsd-wrapper b/app/xdm/Makefile.bsd-wrapper index 4d3729cb0..f3f3f9be5 100644 --- a/app/xdm/Makefile.bsd-wrapper +++ b/app/xdm/Makefile.bsd-wrapper @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/11/28 15:41:12 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2006/11/28 20:13:42 matthieu Exp $ PIXMAPDIR=/etc/X11/xdm/pixmaps CONFIGURE_ARGS= --enable-privsep \ + --disable-dynamic-greeter \ --with-xdmlibdir=/etc/X11/xdm \ --with-pixmapdir=$(PIXMAPDIR) \ --with-bw-pixmap=OpenBSD_1bpp.xpm \ |