SHA256
1
0
forked from pool/ldb

Enable make test again

by pointing LD_LIBRARY_PATH and LDB_MODULES_PATH to the just built
binaries

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=86
This commit is contained in:
Lars Müller 2015-11-11 21:16:25 +00:00 committed by Git OBS Bridge
parent 29c4ec69e6
commit 277310a866

View File

@ -193,8 +193,9 @@ doxygen Doxyfile
rm -f apidocs/man/man3/_*_ldb-%{version}_include_.3
%check
# make test doesn't work with --disable-rpath
#%{__make} test
LD_LIBRARY_PATH="bin/shared:bin/shared/private" \
LDB_MODULES_PATH="bin/modules" \
%{__make} test
%install
DESTDIR=${RPM_BUILD_ROOT} make install