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:
parent
15fda2e49a
commit
43c5cbb046
@ -1,6 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 8 13:30:08 UTC 2015 - lmuelle@suse.com
|
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.
|
- Create a 2nd talloc-man spec-file to avoid a build cycle.
|
||||||
- Recommend to install tevent-man from libtalloc-devel.
|
- Recommend to install tevent-man from libtalloc-devel.
|
||||||
|
|
||||||
|
@ -203,8 +203,9 @@ doxygen doxy.config
|
|||||||
|
|
||||||
%if ! %{build_man}
|
%if ! %{build_man}
|
||||||
%check
|
%check
|
||||||
# make test doesn't work with --disable-rpath
|
mkdir lib/talloc
|
||||||
#%{__make} test
|
ln test_magic_differs* lib/talloc/
|
||||||
|
LD_LIBRARY_PATH=bin/shared %{__make} test
|
||||||
%endif # ! build_man
|
%endif # ! build_man
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 8 13:30:08 UTC 2015 - lmuelle@suse.com
|
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.
|
- Create a 2nd talloc-man spec-file to avoid a build cycle.
|
||||||
- Recommend to install tevent-man from libtalloc-devel.
|
- Recommend to install tevent-man from libtalloc-devel.
|
||||||
|
|
||||||
|
@ -203,8 +203,9 @@ doxygen doxy.config
|
|||||||
|
|
||||||
%if ! %{build_man}
|
%if ! %{build_man}
|
||||||
%check
|
%check
|
||||||
# make test doesn't work with --disable-rpath
|
mkdir lib/talloc
|
||||||
#%{__make} test
|
ln test_magic_differs* lib/talloc/
|
||||||
|
LD_LIBRARY_PATH=bin/shared %{__make} test
|
||||||
%endif # ! build_man
|
%endif # ! build_man
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user