Accepting request 71782 from network:utilities

- follow fedora's lead and remove Werror (forwarded request 71687 from coolo)

OBS-URL: https://build.opensuse.org/request/show/71782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/memcached?expand=0&rev=14
This commit is contained in:
Sascha Peilicke 2011-05-30 14:01:34 +00:00 committed by Git OBS Bridge
parent ba0ab48a1d
commit 74469eb020
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 27 12:41:52 UTC 2011 - coolo@novell.com
- follow fedora's lead and remove Werror
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 6 12:03:59 UTC 2010 - freitag@novell.com Thu May 6 12:03:59 UTC 2010 - freitag@novell.com

View File

@ -62,12 +62,6 @@ almost nothing, yielding faster page load times for users, better
resource utilization, and faster access to the databases on a memcache resource utilization, and faster access to the databases on a memcache
miss. miss.
Authors:
--------
Brad Fitzpatrick <brad@danga.com>
%prep %prep
%setup -n %{pkg_name}-%{pkg_version} %setup -n %{pkg_name}-%{pkg_version}
%patch0 -p1 %patch0 -p1
@ -76,6 +70,7 @@ Authors:
%build %build
export CFLAGS="%{optflags} -g" export CFLAGS="%{optflags} -g"
%configure --bindir=%{_sbindir} %configure --bindir=%{_sbindir}
sed -i 's/-Werror/ /' Makefile
%{__make} %{__make}
%check %check