Displaying 1 result from an estimated 1 matches for "build_64bit".
2014 Aug 19
0
failure building memcached rpm
...e the problem is.
Here's the spec file I'm using:
# Authority: dag
# Upstream: Brad Fitzpatrick <brad$danga,com>
### perl-AnyEvent is rfx on EL5, and so memcached must be as well
%{?el5:# Tag: rfx}
### EL6 ships with memcached-1.4.4-3.el6
%{?el6:# Tag: rfx}
%ifarch %{ix86}
%define build_64bit --disable-64bit
%else
%define build_64bit --enable-64bit
%endif
Summary: Distributed memory object caching system
Name: memcached
Version: 1.4.20
Release: 1%{?dist}
License: BSD
Group: System Environment/Daemons
URL: http://memcached.org/
Source: http://memcached.googlecode.com/files/memcached-%{...