opensaml2, pkg-config on wheezy and PKG_CHECK_VAR macro

Ferenc Wágner wferi at niif.hu
Thu Oct 20 13:09:38 UTC 2016


Etienne Dysli-Metref <etienne.dysli-metref at switch.ch> writes:

> On 20/10/16 14:10, Ferenc Wágner wrote:
>
>> Can you try setting TESTS_ENVIRONMENT on the configure command line?
>> Just a little bit easier than patching samltest.h, but either is good
>> for a wheezy backport.
>
> Is the configure command line this one in debian/rules?
> (so many wrappers of wrappers of tools! :O )
>
>   dh_auto_configure -- $(DEBUG)

Yes, try changing it to something like

dh_auto_configure -- $(DEBUG) \
  TESTS_ENVIRONMENT='export SAMLTEST_DATA=$(srcdir)/data;'

or

dh_auto_configure -- $(DEBUG) \
  TESTS_ENVIRONMENT='SAMLTEST_DATA=$(srcdir)/data'

or some other variation...
-- 
Feri



More information about the Pkg-shibboleth-devel mailing list