SHA256
1
0
forked from pool/libsodium

Accepting request 560523 from home:adamm:branches:openSUSE:Backports:SLE-12-SP1

- Enable verbose make output when building tests

OBS-URL: https://build.opensuse.org/request/show/560523
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsodium?expand=0&rev=65
This commit is contained in:
Adam Majer 2017-12-29 12:20:32 +00:00 committed by Git OBS Bridge
parent 8318bdafcf
commit 05b49ccf18
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 29 11:01:55 UTC 2017 - adam.majer@suse.de
- Enable verbose make output when building tests
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 13 16:10:12 UTC 2017 - idonmez@suse.com Wed Dec 13 16:10:12 UTC 2017 - idonmez@suse.com

View File

@ -72,7 +72,7 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print find %{buildroot} -type f -name "*.la" -delete -print
%check %check
make %{?_smp_mflags} check make %{?_smp_mflags} check V=1
%post -n %{lname} -p /sbin/ldconfig %post -n %{lname} -p /sbin/ldconfig