%check: use unstripped library from the build dir
It results in more detailed backtraces in valgrind's output.
This commit is contained in:
parent
7dada590f2
commit
d781733304
@ -266,7 +266,7 @@ sed -e 's/^runpath_var=.*/runpath_var=/' \
|
||||
|
||||
%check
|
||||
# we have to override LD_LIBRARY_PATH because we eliminated rpath
|
||||
LD_LIBRARY_PATH="$RPM_BUILD_ROOT%{_libdir}:$LD_LIBRARY_PATH"
|
||||
LD_LIBRARY_PATH="${PWD}/build-full/lib/.libs"
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
# compile upstream test-cases
|
||||
|
Loading…
Reference in New Issue
Block a user