point run-time linker in test-suite to newly built taglib

This commit is contained in:
Michael Schwendt 2009-08-22 10:58:11 +00:00
parent 353b16ce36
commit e0fb849f89

View File

@ -100,7 +100,7 @@ rm -f %{buildroot}%{_libdir}/lib*.la
%check
cp -a tests/data %{_target_platform}/tests
cd %{_target_platform}
make check
LD_LIBRARY_PATH=%{buildroot}%{_libdir}:$LD_LIBRARY_PATH make check
%endif