NB! This project is outdated and unmaintained, please refer to the OpenSC MacInstaller instead!

Changeset 99


Ignore:
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:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r98 r99  
    11BUILDHOME = $(PWD) 
    2 OPENSCVERSION = 0.11.3-svn-r3234 
     2OPENSCVERSION = 0.11.3-svn-r3244 
    33SCAVERSION = 0.2.2pre1 
    44LIBP11VERSION = 0.2.3 
  • trunk/Makefile_i386

    r98 r99  
    11BUILDHOME = $(PWD) 
    22OPENSSLVERSION = 0.9.8e 
    3 OPENSCVERSION = 0.11.3-svn-r3234 
     3OPENSCVERSION = 0.11.3-svn-r3244 
    44OPENSSHVERSION = 4.6p1 
    55LIBP11VERSION = 0.2.3 
     
    149149build-opensc: fetch-opensc 
    150150        cd opensc && \ 
     151        PKG_CONFIG="$(BUILDHOME)/compiled-pkg-config/bin/pkg-config" \ 
    151152        OPENSSL_CFLAGS="-I$(BUILDHOME)/compiled-openssl-i386/Library/OpenSC/include" \ 
    152153        OPENSSL_LIBS="-L$(BUILDHOME)/compiled-openssl-i386/Library/OpenSC/lib -lcrypto" \ 
Note: See TracChangeset for help on using the changeset viewer.