diff options
| author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-18 13:33:49 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-20 17:07:16 +0000 |
| commit | 9ca6a5f874655111b900a9aa1165bf744c524e6f (patch) | |
| tree | cd7ea8d906a4da877cd8f704d70fff347330f710 /meta/recipes-devtools/strace | |
| parent | dd90f32706fae3af036e4a38756de2d5e297e82b (diff) | |
| download | poky-9ca6a5f874655111b900a9aa1165bf744c524e6f.tar.gz | |
strace: fix --disable-aio configure option
Remove the original unconditional check for libaio.h,
since it's included in the newly added conditional check.
(From OE-Core rev: 1d8c04256603c7cb5138018c6c662f4573a6c9ea)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace')
| -rw-r--r-- | meta/recipes-devtools/strace/strace/strace-add-configure-options.patch | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace/strace-add-configure-options.patch b/meta/recipes-devtools/strace/strace/strace-add-configure-options.patch index a3f8ec463d..84b9f9cab5 100644 --- a/meta/recipes-devtools/strace/strace/strace-add-configure-options.patch +++ b/meta/recipes-devtools/strace/strace/strace-add-configure-options.patch | |||
| @@ -12,7 +12,19 @@ diff --git a/configure.ac b/configure.ac | |||
| 12 | index e73958c..9099370 100644 | 12 | index e73958c..9099370 100644 |
| 13 | --- a/configure.ac | 13 | --- a/configure.ac |
| 14 | +++ b/configure.ac | 14 | +++ b/configure.ac |
| 15 | @@ -745,6 +745,20 @@ if test "x$ac_cv_lib_dl_dladdr" = xyes; | 15 | @@ -303,11 +303,6 @@ AC_CHECK_MEMBERS([struct sysinfo.totalhi |
| 16 | |||
| 17 | AC_CHECK_TYPES([struct flock64],,, [#include <fcntl.h>]) | ||
| 18 | |||
| 19 | -AC_CHECK_HEADERS([libaio.h], [ | ||
| 20 | - AC_CHECK_MEMBERS([struct iocb.u.c.flags],,, [#include <libaio.h>]) | ||
| 21 | - AC_CHECK_DECLS([IO_CMD_PWRITE, IO_CMD_PWRITEV],,, [#include <libaio.h>]) | ||
| 22 | -]) | ||
| 23 | - | ||
| 24 | AC_CHECK_HEADERS([linux/input.h], [ | ||
| 25 | AC_CHECK_MEMBERS([struct input_absinfo.resolution],,, [#include <linux/input.h>]) | ||
| 26 | ]) | ||
| 27 | @@ -745,6 +740,20 @@ if test "x$ac_cv_lib_dl_dladdr" = xyes; | ||
| 16 | fi | 28 | fi |
| 17 | AC_SUBST(dl_LIBS) | 29 | AC_SUBST(dl_LIBS) |
| 18 | 30 | ||
