macos-103-fixes-20081229
authorDerrick Brashear <shadow@dementia.org>
Mon, 29 Dec 2008 17:29:06 +0000 (17:29 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 29 Dec 2008 17:29:06 +0000 (17:29 +0000)
LICENSE IPL10

make macos 10.3 work again

src/cf/osconf.m4
src/config/param.ppc_darwin_70.h

index 53b3a0d..67cc101 100644 (file)
@@ -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=
index b07eb32..a40c9ab 100644 (file)
@@ -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