From a6b73fe123099fd2f7b8e30620065d9673243d34 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 27 Dec 2015 17:16:42 +0100 Subject: [PATCH] return the LD_LIBRARY_PATH export --- libcdr.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libcdr.spec b/libcdr.spec index 596a6ce..a969b71 100644 --- a/libcdr.spec +++ b/libcdr.spec @@ -57,6 +57,7 @@ sed -i \ libtool make %{?_smp_mflags} V=1 +export LD_LIBRARY_PATH=`pwd`/src/lib/.libs${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} for tool in raw/cdr2raw raw/cmx2raw svg/cdr2xhtml svg/cmx2xhtml text/cdr2text text/cmx2text; do help2man -N -o `basename $tool`.1 ./src/conv/$tool done