From: Derrick Brashear Date: Mon, 29 Dec 2008 17:29:06 +0000 (+0000) Subject: macos-103-fixes-20081229 X-Git-Tag: openafs-devel-1_5_61~637 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c11eb4c3336f66a3f0fd92c3df41eb9765de050c;p=packages%2Fo%2Fopenafs.git macos-103-fixes-20081229 LICENSE IPL10 make macos 10.3 work again --- diff --git a/src/cf/osconf.m4 b/src/cf/osconf.m4 index 53b3a0dfe..67cc10179 100644 --- a/src/cf/osconf.m4 +++ b/src/cf/osconf.m4 @@ -503,7 +503,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 b07eb3215..a40c9ab41 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