Fixed %check

This commit is contained in:
Jan Safranek 2012-10-18 11:21:55 +02:00
parent e19ac2fcdb
commit c1bc316276
1 changed files with 3 additions and 0 deletions

View File

@ -352,6 +352,9 @@ rm -vf testing/fulltests/default/T200snmpv2cwalkall_simple
%endif
# restore libtool, for unknown reason it does not work with the one without rpath
cp -f libtool.orig libtool
# temporary workaround to make test "extending agent functionality with pass" working
chmod 755 local/passtest
LD_LIBRARY_PATH=${RPM_BUILD_ROOT}/%{_libdir} make test
%endif