NB! This project is outdated and unmaintained, please refer to the OpenSC MacInstaller instead!
Changeset 99
- Timestamp:
-
08/13/07 11:51:37
(5 years ago)
- Author:
- jps
- Message:
-
In order to compile opensc-svn-r3244 on MacIntel?.
(opensc-svn-r3244 didn't exist in snapshot, manually created
on a linux Fedora...)
- Location:
- trunk
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r98
|
r99
|
|
| 1 | 1 | BUILDHOME = $(PWD) |
| 2 | | OPENSCVERSION = 0.11.3-svn-r3234 |
| | 2 | OPENSCVERSION = 0.11.3-svn-r3244 |
| 3 | 3 | SCAVERSION = 0.2.2pre1 |
| 4 | 4 | LIBP11VERSION = 0.2.3 |
-
|
r98
|
r99
|
|
| 1 | 1 | BUILDHOME = $(PWD) |
| 2 | 2 | OPENSSLVERSION = 0.9.8e |
| 3 | | OPENSCVERSION = 0.11.3-svn-r3234 |
| | 3 | OPENSCVERSION = 0.11.3-svn-r3244 |
| 4 | 4 | OPENSSHVERSION = 4.6p1 |
| 5 | 5 | LIBP11VERSION = 0.2.3 |
| … |
… |
|
| 149 | 149 | build-opensc: fetch-opensc |
| 150 | 150 | cd opensc && \ |
| | 151 | PKG_CONFIG="$(BUILDHOME)/compiled-pkg-config/bin/pkg-config" \ |
| 151 | 152 | OPENSSL_CFLAGS="-I$(BUILDHOME)/compiled-openssl-i386/Library/OpenSC/include" \ |
| 152 | 153 | OPENSSL_LIBS="-L$(BUILDHOME)/compiled-openssl-i386/Library/OpenSC/lib -lcrypto" \ |