The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / memcached / memcached.mk
1 ################################################################################
2 #
3 # memcached
4 #
5 ################################################################################
6
7 MEMCACHED_VERSION = 1.4.24
8 MEMCACHED_SITE = http://www.memcached.org/files
9 MEMCACHED_DEPENDENCIES = libevent
10 MEMCACHED_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
11 MEMCACHED_CONF_OPTS = --disable-coverage
12 MEMCACHED_LICENSE = BSD-3c
13 MEMCACHED_LICENSE_FILES = COPYING
14
15 ifeq ($(BR2_ENDIAN),"BIG")
16 MEMCACHED_CONF_ENV += ac_cv_c_endian=big
17 else
18 MEMCACHED_CONF_ENV += ac_cv_c_endian=little
19 endif
20
21 $(eval $(autotools-package))