]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove outdated comments in pre.in 1456/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 22 Sep 2025 17:34:16 +0000 (13:34 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 26 Sep 2025 16:50:04 +0000 (12:50 -0400)
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

index 6a6a4adbb179667d4e74fc96fa453bb89a7b463c..4a07a76eb475465e37fc5c945443900ea0dbbb45 100644 (file)
@@ -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)