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







<
|
<
<
<







117
118
119
120
121
122
123

124



125
126
127
128
129
130
131
	HEADERS=/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/PCSC.framework/Versions/A/Headers/
	LIBRARY=/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/PCSC.framework/PCSC
	LIB=""
	ARCHLIST=""
	DLIB=""
	DARCHLIST=""
	OSX=Snowleopard

	PKTARGETOS=3



	NEXTOSXVER=10.7
	CUROSXVER=10.6
	for HOST in i386-apple-darwin10 x86_64-apple-darwin10; do
		genbuild
	done
	libbuild
	pkgbuild