mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
DEVEL15-macos-103-fixes-20081229
LICENSE IPL10 make macos 10.3 work again (cherry picked from commit c11eb4c3336f66a3f0fd92c3df41eb9765de050c)
This commit is contained in:
parent
84c4e9cf73
commit
2214f2bc46
@ -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=
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user