- Make sure bundled zlib is not used

- Make building more verbose

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=67
This commit is contained in:
Martin Pluskal 2018-10-22 06:59:31 +00:00 committed by Git OBS Bridge
parent d957dc84be
commit 491660c748
2 changed files with 11 additions and 5 deletions

View File

@ -1,5 +1,11 @@
-------------------------------------------------------------------
Mon Oct 22 12:38:20 UTC 2018 - sean@suspend.net
Mon Oct 22 06:53:16 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
- Make sure bundled zlib is not used
- Make building more verbose
-------------------------------------------------------------------
Mon Oct 22 06:38:20 UTC 2018 - sean@suspend.net
- Update to version 3.5
* Added a boolean debug (CCACHE_DEBUG) configuration option

View File

@ -26,7 +26,6 @@ URL: https://ccache.samba.org/
Source0: https://www.samba.org/ftp/%{name}/%{name}-%{version}.tar.xz
Source1: https://www.samba.org/ftp/%{name}/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
BuildRequires: xz
BuildRequires: zlib-devel
Provides: distcc:%{_bindir}/ccache
@ -37,11 +36,12 @@ being done again. Supported languages are C, C++, Objective-C and
Objective-C++.
%prep
%autosetup
%setup -q
%build
%configure
make %{?_smp_mflags}
%configure \
--without-bundled-zlib
make %{?_smp_mflags} V=1
%install
%make_install