]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 53b3a0dfe5be37d6d2620596af862d23233dd259..67cc10179718ce872d37620e2af9f4f4b518a427 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 b07eb3215af64fc3f765c2417c531bb7623e0ae3..a40c9ab41d690fbbb0b8ec7f879b587fd815680e 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