From 2214f2bc46401fbaae481a12747b3c72bf895418 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 29 Dec 2008 17:29:17 +0000 Subject: [PATCH] DEVEL15-macos-103-fixes-20081229 LICENSE IPL10 make macos 10.3 work again (cherry picked from commit c11eb4c3336f66a3f0fd92c3df41eb9765de050c) --- src/cf/osconf.m4 | 2 +- src/config/param.ppc_darwin_70.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cf/osconf.m4 b/src/cf/osconf.m4 index 069b1bf3ab..fc3a920416 100644 --- a/src/cf/osconf.m4 +++ b/src/cf/osconf.m4 @@ -504,7 +504,7 @@ case $AFS_SYSNAME in ;; ppc_darwin_70) - AFSD_LDFLAGS="-F/System/Library/PrivateFrameworks -framework DiskArbitration" + AFSD_LDFLAGS="-F/System/Library/PrivateFrameworks -framework DiskArbitration -framework SystemConfiguration -framework IOKit -framework CoreFoundation" LEX="lex -l" MT_CFLAGS='-DAFS_PTHREAD_ENV -D_REENTRANT ${XCFLAGS}' KROOT= diff --git a/src/config/param.ppc_darwin_70.h b/src/config/param.ppc_darwin_70.h index b07eb3215a..a40c9ab41d 100644 --- a/src/config/param.ppc_darwin_70.h +++ b/src/config/param.ppc_darwin_70.h @@ -6,7 +6,6 @@ #define AFS_ENV 1 #define AFS_64BIT_ENV 1 /* Defines afs_int32 as int, not long. */ -#define AFS_64BIT_CLIENT 1 #define AFS_64BIT_IOPS_ENV 1 #define AFS_PPC_ENV 1 #define AFS_VFSINCL_ENV 1