summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/libmemcached/files/0001-configure.ac-Do-not-configure-build-aux.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/libmemcached/files/0001-configure.ac-Do-not-configure-build-aux.patch')
-rw-r--r--meta-networking/recipes-support/libmemcached/files/0001-configure.ac-Do-not-configure-build-aux.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/libmemcached/files/0001-configure.ac-Do-not-configure-build-aux.patch b/meta-networking/recipes-support/libmemcached/files/0001-configure.ac-Do-not-configure-build-aux.patch
new file mode 100644
index 000000000..06febc5b1
--- /dev/null
+++ b/meta-networking/recipes-support/libmemcached/files/0001-configure.ac-Do-not-configure-build-aux.patch
@@ -0,0 +1,28 @@
1From fa0fe001a5373c1ef9ff2175555b14fc07399e1b Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 18 Mar 2017 10:01:44 -0700
4Subject: [PATCH] configure.ac: Do not configure build-aux
5
6Fixes
7configure: error: cannot find install-sh, install.sh, or shtool
8
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11 configure.ac | 1 -
12 1 file changed, 1 deletion(-)
13
14diff --git a/configure.ac b/configure.ac
15index 17b7351..0263112 100644
16--- a/configure.ac
17+++ b/configure.ac
18@@ -17,7 +17,6 @@ AC_INIT([libmemcached],VERSION_NUMBER,[http://libmemcached.org/])
19 AC_PROG_CC([cc gcc clang])
20 AC_PROG_CXX([c++ g++ clang++])
21
22-AC_CONFIG_AUX_DIR([build-aux])
23 AC_CONFIG_MACRO_DIR([m4])
24
25 AC_CANONICAL_HOST
26--
272.12.0
28