Changeset 110

Show
Ignore:
Timestamp:
08/06/08 15:15:41 (4 months ago)
Author:
jps
Message:

Changes to compile engine

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r101 r110  
     1Version 0.2.3 
     2------------- 
     3- OpenSC: upgrade to 0.11.5 
     4- LibP11: upgrade to 0.2.4 
     5- Engine-pkcs11: upgrade to 0.1.5 
     6- OpenSSH: upgrade to 5.5p1 
     7- OpenSSL: upgrade to 0.9.8h 
     8 
    19Version 0.2.2 
    210------------- 
  • trunk/Makefile

    r109 r110  
    198198        LIBP11_CFLAGS="-I$(BUILDHOME)/compiled-libp11/Library/OpenSC/include" \ 
    199199        LIBP11_LIBS="-L$(BUILDHOME)/compiled-libp11/Library/OpenSC/lib -lp11" \ 
    200         ./configure --prefix=/Library/OpenSC --with-openssl=$(BUILDHOME)/compiled-openssl/Library/OpenSC && \ 
     200        OPENSSL_CFLAGS="-I$(BUILDHOME)/compiled-openssl/Library/OpenSC/include" \ 
     201        OPENSSL_LIBS="-L$(BUILDHOME)/compiled-openssl/Library/OpenSC/lib -lcrypto" \ 
     202        ./configure --prefix=/Library/OpenSC && \ 
    201203        make && \ 
    202204        make install prefix=$(BUILDHOME)/compiled-engine/Library/OpenSC 
  • trunk/Makefile_i386

    r109 r110  
    171171        LIBP11_CFLAGS="-I$(BUILDHOME)/compiled-libp11-i386/Library/OpenSC/include" \ 
    172172        LIBP11_LIBS="-L$(BUILDHOME)/compiled-libp11-i386/Library/OpenSC/lib -lp11" \ 
    173         ./configure --prefix=/Library/OpenSC --with-openssl=$(BUILDHOME)/compiled-openssl-i386/Library/OpenSC && \ 
     173        OPENSSL_CFLAGS="-I$(BUILDHOME)/compiled-openssl/Library/OpenSC/include" \ 
     174        OPENSSL_LIBS="-L$(BUILDHOME)/compiled-openssl/Library/OpenSC/lib -lcrypto" \ 
     175        ./configure --prefix=/Library/OpenSC && \ 
    174176        make && \ 
    175177        make install prefix=$(BUILDHOME)/compiled-engine-i386/Library/OpenSC