summaryrefslogtreecommitdiffstats
path: root/rules/libmemcached.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-07-03 09:12:06 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-07-03 09:12:12 +0200
commitadb2de0fcfe4b76cc4f8d21a2693cb823e90da87 (patch)
treedf4c7d0c386434c605503ad5a47fc20efbbcee1b /rules/libmemcached.make
parente98ff707221a673e56738f9aa3e6594a161738fb (diff)
downloadptxdist-adb2de0fcfe4b76cc4f8d21a2693cb823e90da87.tar.gz
ptxdist-adb2de0fcfe4b76cc4f8d21a2693cb823e90da87.tar.xz
libmemcached: explicitly specify more configure options
Without this dtrace may incorrectly be detected on the build host. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libmemcached.make')
-rw-r--r--rules/libmemcached.make22
1 files changed, 19 insertions, 3 deletions
diff --git a/rules/libmemcached.make b/rules/libmemcached.make
index 63b0c6b10..0553740ca 100644
--- a/rules/libmemcached.make
+++ b/rules/libmemcached.make
@@ -40,12 +40,28 @@ LIBMEMCACHED_ENV += ac_cv_libevent=no
#
LIBMEMCACHED_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
- --without-memcached \
- --without-docs \
+ --disable-fat-binaries \
+ --disable-64bit \
+ $(GLOBAL_LARGE_FILE_OPTION) \
+ --disable-assert \
+ --disable-profiling \
+ --disable-coverage \
+ --disable-dtrace \
+ --disable-umem \
+ --disable-tcmalloc \
+ --disable-mtmalloc \
+ --disable-libgtest \
+ --disable-rpath \
--disable-libevent \
+ --enable-utils \
+ --disable-hsieh_hash \
+ --disable-murmur_hash \
+ --disable-deprecated \
--disable-libinnodb \
--disable-sasl \
- --disable-murmur_hash
+ --without-debug \
+ --without-memcached \
+ --without-docs
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------