Changeset 110
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r101 r110 1 Version 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 1 9 Version 0.2.2 2 10 ------------- -
trunk/Makefile
r109 r110 198 198 LIBP11_CFLAGS="-I$(BUILDHOME)/compiled-libp11/Library/OpenSC/include" \ 199 199 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 && \ 201 203 make && \ 202 204 make install prefix=$(BUILDHOME)/compiled-engine/Library/OpenSC -
trunk/Makefile_i386
r109 r110 171 171 LIBP11_CFLAGS="-I$(BUILDHOME)/compiled-libp11-i386/Library/OpenSC/include" \ 172 172 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 && \ 174 176 make && \ 175 177 make install prefix=$(BUILDHOME)/compiled-engine-i386/Library/OpenSC
