diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-03-19 22:31:47 -0700 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-03-24 14:10:18 -0400 |
| commit | 2b33f910134d01ee082f19202eea2aa16738b1de (patch) | |
| tree | 8125ae8b790d84284e665a4e606ee612da398346 /meta-networking/recipes-support/libmemcached/files/0001-configure.ac-Do-not-configure-build-aux.patch | |
| parent | 762d1eb305fba89836f2912e4c077105373f30ea (diff) | |
| download | meta-openembedded-2b33f910134d01ee082f19202eea2aa16738b1de.tar.gz | |
libmemcached: Upgrade to 1.0.18
Fix with musl along
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
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.patch | 28 |
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 0000000000..06febc5b13 --- /dev/null +++ b/meta-networking/recipes-support/libmemcached/files/0001-configure.ac-Do-not-configure-build-aux.patch | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | From fa0fe001a5373c1ef9ff2175555b14fc07399e1b Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sat, 18 Mar 2017 10:01:44 -0700 | ||
| 4 | Subject: [PATCH] configure.ac: Do not configure build-aux | ||
| 5 | |||
| 6 | Fixes | ||
| 7 | configure: error: cannot find install-sh, install.sh, or shtool | ||
| 8 | |||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 10 | --- | ||
| 11 | configure.ac | 1 - | ||
| 12 | 1 file changed, 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/configure.ac b/configure.ac | ||
| 15 | index 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 | -- | ||
| 27 | 2.12.0 | ||
| 28 | |||
