krb5 commit: Fix link line for GSSAPI reload test
Greg Hudson
ghudson at mit.edu
Wed Sep 15 23:35:08 EDT 2021
https://github.com/krb5/krb5/commit/49ec6f017ff2a077a6352f1f71cddf58e82af8e9
commit 49ec6f017ff2a077a6352f1f71cddf58e82af8e9
Author: Greg Hudson <ghudson at 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)
More information about the cvs-krb5
mailing list