From 4deeb07029db0412704e811b0e924993fe415641 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 6 Aug 2013 19:05:58 +0000 Subject: Switch vax to gcc 3.3.6. --- libexec/login_krb5/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libexec/login_krb5') 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 @@ -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} -- cgit v1.2.3