From 060df12b6283e6b7c62d8be1211d85785a1d4425 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 15 Oct 2016 07:52:53 -0400 Subject: [PATCH] npth: Fix running test suite Signed-off-by: Michael Tremer --- npth/npth.nm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npth/npth.nm b/npth/npth.nm index ac2d987fb..be7b4cf18 100644 --- a/npth/npth.nm +++ b/npth/npth.nm @@ -5,7 +5,7 @@ name = npth version = 1.2 -release = 1 +release = 2 url = http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git license = LGPLv3+ @@ -24,6 +24,7 @@ sources = %{thisapp}.tar.bz2 build test + export LD_LIBRARY_PATH=$(pwd)/src/.libs make check end end -- 2.39.2