Point LD_LIBRARY_PATH to the just-built libraries while calling make test.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=67
This commit is contained in:
Lars Müller 2015-11-08 14:32:19 +00:00 committed by Git OBS Bridge
parent 15fda2e49a
commit 43c5cbb046
4 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,7 @@
-------------------------------------------------------------------
Sun Nov 8 13:30:08 UTC 2015 - lmuelle@suse.com
- Point LD_LIBRARY_PATH to the just-built libraries while calling make test.
- Create a 2nd talloc-man spec-file to avoid a build cycle.
- Recommend to install tevent-man from libtalloc-devel.

View File

@ -203,8 +203,9 @@ doxygen doxy.config
%if ! %{build_man}
%check
# make test doesn't work with --disable-rpath
#%{__make} test
mkdir lib/talloc
ln test_magic_differs* lib/talloc/
LD_LIBRARY_PATH=bin/shared %{__make} test
%endif # ! build_man
%install

View File

@ -1,6 +1,7 @@
-------------------------------------------------------------------
Sun Nov 8 13:30:08 UTC 2015 - lmuelle@suse.com
- Point LD_LIBRARY_PATH to the just-built libraries while calling make test.
- Create a 2nd talloc-man spec-file to avoid a build cycle.
- Recommend to install tevent-man from libtalloc-devel.

View File

@ -203,8 +203,9 @@ doxygen doxy.config
%if ! %{build_man}
%check
# make test doesn't work with --disable-rpath
#%{__make} test
mkdir lib/talloc
ln test_magic_differs* lib/talloc/
LD_LIBRARY_PATH=bin/shared %{__make} test
%endif # ! build_man
%install