krb5 commit: Remove outdated comments in pre.in

ghudson at mit.edu ghudson at mit.edu
Fri Sep 26 13:20:57 EDT 2025


https://github.com/krb5/krb5/commit/dc9e13c98d64304b47637386884d93af2defc777
commit dc9e13c98d64304b47637386884d93af2defc777
Author: Greg Hudson <ghudson at mit.edu>
Date:   Mon Sep 22 13:34:16 2025 -0400

    Remove outdated comments in pre.in
    
    These comments were added in commit
    5969630081b7eb43a4e6d4374407544174d77770 to indicate that certain
    library dependencies would need framework alternatives for a planned
    macOS build design.  The framework placeholders were reverted in
    commit 25935ea0f4fcd60eca8dba0371ea168fd729e908, rendering the
    comments obsolete.
    
    Reported by Gordon Steemson.

 src/config/pre.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/config/pre.in b/src/config/pre.in
index 6a6a4adbb..4a07a76eb 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -381,10 +381,8 @@ HESIOD_LIBS	= @HESIOD_LIBS@
 KRB5_BASE_LIBS	= $(KRB5_LIB) $(K5CRYPTO_LIB) $(COM_ERR_LIB) $(SUPPORT_LIB) $(LIBS) $(DL_LIB)
 KDB5_LIBS	= $(KDB5_LIB) $(GSSRPC_LIBS)
 GSS_LIBS	= $(GSS_KRB5_LIB)
-# needs fixing if ever used on macOS!
 GSSRPC_LIBS	= -lgssrpc $(GSS_LIBS)
 KADM_COMM_LIBS	= $(GSSRPC_LIBS)
-# need fixing if ever used on macOS!
 KADMSRV_LIBS	= -lkadm5srv_mit $(HESIOD_LIBS) $(KDB5_LIBS) $(KADM_COMM_LIBS)
 KADMCLNT_LIBS	= -lkadm5clnt_mit $(KADM_COMM_LIBS)
 


More information about the cvs-krb5 mailing list