forked from pool/varnish
This commit is contained in:
parent
687df1b6bf
commit
3c0f3a9fe4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 9 19:33:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update Git-Web repository link
|
||||||
|
- Set CFLAGS+=-fcommon.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 17 12:59:44 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Tue Mar 17 12:59:44 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -32,8 +32,7 @@ Summary: Accelerator for HTTP services
|
|||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Productivity/Networking/Web/Proxy
|
Group: Productivity/Networking/Web/Proxy
|
||||||
URL: http://varnish-cache.org/
|
URL: http://varnish-cache.org/
|
||||||
#Git-Clone: git://git.varnish-cache.org/varnish-cache
|
#Git-Web: https://github.com/varnishcache/varnish-cache
|
||||||
#Git-Web: https://varnish-cache.org/trac/browser
|
|
||||||
Source: https://varnish-cache.org/_downloads/%name-%version.tgz
|
Source: https://varnish-cache.org/_downloads/%name-%version.tgz
|
||||||
Source3: varnish.sysconfig
|
Source3: varnish.sysconfig
|
||||||
Source5: varnish.logrotate
|
Source5: varnish.logrotate
|
||||||
@ -52,9 +51,7 @@ BuildRequires: systemd-rpm-macros
|
|||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Requires: c_compiler
|
Requires: c_compiler
|
||||||
Requires(pre): %_sbindir/useradd %_sbindir/groupadd
|
Requires(pre): %_sbindir/useradd %_sbindir/groupadd
|
||||||
%if 0%{?suse_version} >= 1010
|
|
||||||
Recommends: logrotate
|
Recommends: logrotate
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Varnish is an HTTP accelerator. Often called Reverse Proxy, it is an
|
Varnish is an HTTP accelerator. Often called Reverse Proxy, it is an
|
||||||
@ -98,7 +95,7 @@ This package holds the development files for varnish.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%optflags -fstack-protector -Wno-error=clobbered -Werror=maybe-uninitialized"
|
export CFLAGS="%optflags -fcommon -fstack-protector -Wno-error=clobbered -Werror=maybe-uninitialized"
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
export CFLAGS="$CFLAGS -ffloat-store -fexcess-precision=standard"
|
export CFLAGS="$CFLAGS -ffloat-store -fexcess-precision=standard"
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user