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

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

krb5 commit: Fix link line for GSSAPI reload test

daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Sep 15 23:35:27 2021

Date: Wed, 15 Sep 2021 23:35:08 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-ID: <202109160335.18G3Z8WP031945@drugstore.mit.edu>
To: <cvs-krb5@mit.edu>
MIME-Version: 1.0
Reply-To: krbdev@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/49ec6f017ff2a077a6352f1f71cddf58e82af8e9
commit 49ec6f017ff2a077a6352f1f71cddf58e82af8e9
Author: Greg Hudson <ghudson@mit.edu>
Date:   Wed Sep 15 17:34:18 2021 -0400

    Fix link line for GSSAPI reload test
    
    LIBS should be included in all link lines.

 src/tests/gssapi/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tests/gssapi/Makefile.in b/src/tests/gssapi/Makefile.in
index 4cac8cb..33047c3 100644
--- a/src/tests/gssapi/Makefile.in
+++ b/src/tests/gssapi/Makefile.in
@@ -67,7 +67,7 @@ ccinit: ccinit.o $(KRB5_BASE_DEPLIBS)
 ccrefresh: ccrefresh.o $(KRB5_BASE_DEPLIBS)
 	$(CC_LINK) -o ccrefresh ccrefresh.o $(KRB5_BASE_LIBS)
 reload: reload.o
-	$(CC_LINK) -o $@ reload.o $(DL_LIB)
+	$(CC_LINK) -o $@ reload.o $(LIBS) $(DL_LIB)
 t_accname: t_accname.o $(COMMON_DEPS)
 	$(CC_LINK) -o $@ t_accname.o $(COMMON_LIBS)
 t_add_cred: t_add_cred.o $(COMMON_DEPS)
_______________________________________________
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