From 8959615e16854ae63def049658988a5255d08b64 Mon Sep 17 00:00:00 2001 From: oepen Date: Mon, 17 Oct 2011 12:28:41 +0000 Subject: [PATCH] Fixed a typo git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@558 96b47cad-a561-4643-ad3b-153ac7d7599c --- npa/README.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npa/README.dox b/npa/README.dox index 562c722..99335d9 100644 --- a/npa/README.dox +++ b/npa/README.dox @@ -36,7 +36,7 @@ Hints on OpenSSL If you have a local build of OpenSSL with OpenPACE, that you want to link against use something like the following command: :: - + ./configure \ OPENSSL_CFLAGS="-I/path/to/openssl-1.0.0d_with_openpace-0.6/include" \ OPENSSL_LIBS="-L/path/to/openssl-1.0.0d_with_openpace-0.6 -lcrypto" @@ -61,7 +61,7 @@ Linking against libnpa If you have a local build of libnpa and OpenPACE, the preferred way to adjust libraries and cflags for foreign code is to use pkg-config: -``./configure PKG_CONFIG_PATH=/path/to/openssl-1.0.0d_with_openpace-0.6/lib/pkgconfig:/path/to/libnpa/lib/pkgconfig"`` +``./configure PKG_CONFIG_PATH="/path/to/openssl-1.0.0d_with_openpace-0.6/lib/pkgconfig:/path/to/libnpa/lib/pkgconfig"`` Alternatively you can define libs and cflags by hand: ::