summaryrefslogtreecommitdiff
path: root/libexec/login_krb5
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-08-06 19:05:58 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-08-06 19:05:58 +0000
commit4deeb07029db0412704e811b0e924993fe415641 (patch)
treea21f72f9344132c2b2b9d8e2e47e4d6deaa4e750 /libexec/login_krb5
parent35bb09cb161c4a0e95ff0c4183433ffea20308f7 (diff)
Switch vax to gcc 3.3.6.
Diffstat (limited to 'libexec/login_krb5')
-rw-r--r--libexec/login_krb5/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/login_krb5/Makefile b/libexec/login_krb5/Makefile
index 9027b18ad96..57676948dd7 100644
--- a/libexec/login_krb5/Makefile
+++ b/libexec/login_krb5/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 2013/06/19 19:45:03 robert Exp $
+# $OpenBSD: Makefile,v 1.20 2013/08/06 19:05:57 miod Exp $
.include <bsd.own.mk>
@@ -14,6 +14,9 @@ DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO}
LDADD+= -lkrb5 -lasn1 -lcrypto
LDADD+= -lwind -lroken -lcom_err -lheimbase
CFLAGS+=-DKRB5
+.if ${MACHINE} == "vax"
+LDFLAGS+=-Wl,--no-keep-memory
+.endif
.endif
DPADD+= ${LIBUTIL}