diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-15 20:55:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-15 20:55:43 +0000 |
commit | ffdbd7167bd6d0564a798b56f8ce0e4e7816080d (patch) | |
tree | ce03bbbb48acc04b3a21ff5a4d5c6943b6895e7b /usr.sbin/ldapd | |
parent | 3180a8aef52e910d14b92f63c6b05b7ed7119673 (diff) |
Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is
more comfortable.
Reminded by brad@
Diffstat (limited to 'usr.sbin/ldapd')
-rw-r--r-- | usr.sbin/ldapd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/ldapd/Makefile b/usr.sbin/ldapd/Makefile index 9774aeccde9..d285f1a5e79 100644 --- a/usr.sbin/ldapd/Makefile +++ b/usr.sbin/ldapd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2013/08/06 19:05:57 miod Exp $ +# $OpenBSD: Makefile,v 1.11 2014/04/15 20:55:42 miod Exp $ PROG= ldapd MAN= ldapd.8 ldapd.conf.5 @@ -17,10 +17,6 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare CLEANFILES+= y.tab.h parse.c -.if ${MACHINE} == "vax" -LDFLAGS+=-Wl,--no-keep-memory -.endif - SCHEMA_FILES= core.schema \ inetorgperson.schema \ nis.schema |