[27729] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Fix link line for t_fortuna

daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed May 1 19:57:48 2013

Date: Wed, 1 May 2013 19:57:44 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201305012357.r41NvilU002055@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/14d4b4969c408f1191fac2595e7b5079424aac44
commit 14d4b4969c408f1191fac2595e7b5079424aac44
Author: Gilles Espinasse <g.esp@free.fr>
Date:   Wed May 1 19:57:02 2013 -0400

    Fix link line for t_fortuna
    
    ticket: 7628

 src/lib/crypto/krb/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lib/crypto/krb/Makefile.in b/src/lib/crypto/krb/Makefile.in
index 4ef9b85..66bcc8a 100644
--- a/src/lib/crypto/krb/Makefile.in
+++ b/src/lib/crypto/krb/Makefile.in
@@ -215,7 +215,7 @@ check-unix:: t_fortuna
 	fi
 
 t_fortuna: t_fortuna.o $(SUPPORT_DEPLIB) $(CRYPTO_DEPLIB)
-	$(CC_LINK) -o t_fortuna t_fortuna.o $(K5CRYPTO_LIB) $(SUPPORT_LIB)
+	$(CC_LINK) -o $@ t_fortuna.o $(K5CRYPTO_LIB) $(SUPPORT_LIB) $(LIBS)
 
 clean-unix:: clean-libobjs
 	$(RM) t_fortuna.o t_fortuna t_fortuna.output
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post