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

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

krb5 commit: Fix OS X build

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Wed Aug 6 13:03:58 2014

Date: Wed, 6 Aug 2014 12:54:43 -0400
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201408061654.s76Gshaq005720@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/99f4809a8dc280956ba6c1e3f0cd6f9b23c2f55b
commit 99f4809a8dc280956ba6c1e3f0cd6f9b23c2f55b
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Wed Aug 6 12:49:52 2014 -0400

    Fix OS X build
    
    Commit 58312ae8beb0499ac3a06196164eb833e9f8975e, "Fix the build on
    windows", had a typo that broke the build of KCM support on OS X.
    Attempt to increment the cardinality of the set of buildable platforms,
    instead of just adjusting its contents, by fixing the typo.

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

diff --git a/src/lib/krb5/ccache/Makefile.in b/src/lib/krb5/ccache/Makefile.in
index 7e1fd74..30cfc22 100644
--- a/src/lib/krb5/ccache/Makefile.in
+++ b/src/lib/krb5/ccache/Makefile.in
@@ -22,7 +22,7 @@ KCMRPC_DEPS-no = # empty
 KCMRPC_OBJ-no = # empty
 
 KCMRPC_DEPS = $(KCMRPC_DEPS-@OSX@)
-KCMRPC_OBJS = $(KCMRPC_OBJS-@OSX@)
+KCMRPC_OBJ = $(KCMRPC_OBJ-@OSX@)
 ##WIN32##!endif
 
 
_______________________________________________
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