Changeset aeaf28b in mod_gnutls for test/Makefile.am


Ignore:
Timestamp:
Mar 10, 2016, 6:32:34 AM (7 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
5725dca
Parents:
b0e5dae
git-author:
Thomas Klute <thomas2.klute@…> (03/10/16 06:25:10)
git-committer:
Thomas Klute <thomas2.klute@…> (03/10/16 06:32:34)
Message:

Allow user to set SoftHSM PKCS #11 module

Users may want to use a SoftHSM module outside the usual system paths,
e.g. to try a development version without installing. If SOFTHSM_LIB
is set at ./configure time, it is assumed to contain the absolute path
of the library to use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    rb0e5dae raeaf28b  
    189189if HAVE_SOFTHSM
    190190AM_TESTS_ENVIRONMENT += export SOFTHSM="@SOFTHSM@"; \
    191         export SOFTHSM_MAJOR_VERSION="@SOFTHSM_MAJOR_VERSION@";
     191        export SOFTHSM_MAJOR_VERSION="@SOFTHSM_MAJOR_VERSION@"; \
     192        export SOFTHSM_LIB="@SOFTHSM_LIB@"
    192193endif
    193194
Note: See TracChangeset for help on using the changeset viewer.