- attempt to force load of auth providers

This commit is contained in:
jorton 2009-06-14 10:47:50 +00:00
parent a1b02afcbd
commit 9cffde9488
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ sed -i "/^dependency_libs/{
%if %{make_check}
%check
export LANG=C LC_ALL=C
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
make check check-swig-pl check-swig-py CLEANUP=yes
# check-swig-rb omitted: it runs svnserve
%endif