Check-in [17538042d7]
Overview
Comment:Fixed Snow Leopard OSX CACKey Package Build Issue
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:17538042d7b184867f0a51cd98cf8a629fe63375
User & Date: kvanals on 2010-10-27 23:30:59
Other Links: manifest | tags
Context
2011-01-12
15:29
Updated to remove duplicate file (causes problems on case-insensitive filesystems) check-in: e0a76b9d35 user: rkeene tags: trunk
2010-10-27
23:30
Fixed Snow Leopard OSX CACKey Package Build Issue check-in: 17538042d7 user: kvanals tags: trunk
22:39
Corrected directory permissions on CACKey OSX Package check-in: df48b96fd1 user: kvanals tags: trunk
Changes

Modified build/cackey_osx_build/build_osx.sh from [fd25e7d355] to [c6f2bf5d62].

   117    117   	HEADERS=/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/PCSC.framework/Versions/A/Headers/
   118    118   	LIBRARY=/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/PCSC.framework/PCSC
   119    119   	LIB=""
   120    120   	ARCHLIST=""
   121    121   	DLIB=""
   122    122   	DARCHLIST=""
   123    123   	OSX=Snowleopard
   124         -	if [ "`uname -r | cut -d . -f 1`" -lt "10" ]; then
   125         -		PKTARGETOS=3
   126         -	else
   127         -		PKTARGETOS=4
   128         -	fi
          124  +	PKTARGETOS=3
   129    125   	NEXTOSXVER=10.7
   130    126   	CUROSXVER=10.6
   131    127   	for HOST in i386-apple-darwin10 x86_64-apple-darwin10; do
   132    128   		genbuild
   133    129   	done
   134    130   	libbuild
   135    131   	pkgbuild