Changeset 83

Show
Ignore:
Timestamp:
09/20/06 09:51:21 (2 years ago)
Author:
sth
Message:

Add OpenSSL build info

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile_light

    r78 r83  
    109109build-opensc: fetch-opensc 
    110110        cd opensc && \ 
     111        OPENSSL_CFLAGS="-I/usr/include" \ 
     112        OPENSSL_LIBS="-L/usr/lib -lcrypto" \ 
    111113        ./configure --prefix=/Library/OpenSC --sysconfdir=/Library/OpenSC/etc && \ 
    112114        make && \