summaryrefslogtreecommitdiffstats
path: root/rules/memcached.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-11-23 13:57:33 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-11-23 13:57:36 +0100
commit56d1a2e8e189ecb249c93d551927b208c97e1d79 (patch)
tree75dc06d6a18334374f946df1b47b6da71ed5bbaf /rules/memcached.make
parentf46f02dc86e7682f8fea1fa7bbb7fd0d803725fe (diff)
downloadptxdist-56d1a2e8e189ecb249c93d551927b208c97e1d79.tar.gz
ptxdist-56d1a2e8e189ecb249c93d551927b208c97e1d79.tar.xz
memcached: version bump 1.4.5 -> 1.4.10
this fixes building with gcc-4.6 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/memcached.make')
-rw-r--r--rules/memcached.make9
1 files changed, 6 insertions, 3 deletions
diff --git a/rules/memcached.make b/rules/memcached.make
index 3efad3fc8..b3ecf517a 100644
--- a/rules/memcached.make
+++ b/rules/memcached.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_MEMCACHED) += memcached
#
# Paths and names
#
-MEMCACHED_VERSION := 1.4.5
-MEMCACHED_MD5 := 583441a25f937360624024f2881e5ea8
+MEMCACHED_VERSION := 1.4.10
+MEMCACHED_MD5 := 8e18054ec5edfd96f7de87f02622052a
MEMCACHED := memcached-$(MEMCACHED_VERSION)
MEMCACHED_SUFFIX := tar.gz
MEMCACHED_URL := http://memcached.googlecode.com/files/$(MEMCACHED).$(MEMCACHED_SUFFIX)
@@ -30,7 +30,10 @@ MEMCACHED_DIR := $(BUILDDIR)/$(MEMCACHED)
MEMCACHED_ENV := \
$(CROSS_ENV) \
- ac_cv_c_alignment=need
+ ac_cv_c_alignment=need \
+ ac_cv_c_endian=$(call ptx/ifdef, PTXCONF_ENDIAN_LITTLE, little, big)
+
+
# ----------------------------------------------------------------------------
# Target-Install