From 1d8c04256603c7cb5138018c6c662f4573a6c9ea Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Mon, 18 Jan 2016 13:33:49 -0800 Subject: strace: fix --disable-aio configure option Remove the original unconditional check for libaio.h, since it's included in the newly added conditional check. Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie Signed-off-by: Ross Burton --- .../strace/strace/strace-add-configure-options.patch | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/strace/strace') 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 index e73958c..9099370 100644 --- a/configure.ac +++ b/configure.ac -@@ -745,6 +745,20 @@ if test "x$ac_cv_lib_dl_dladdr" = xyes; +@@ -303,11 +303,6 @@ AC_CHECK_MEMBERS([struct sysinfo.totalhi + + AC_CHECK_TYPES([struct flock64],,, [#include ]) + +-AC_CHECK_HEADERS([libaio.h], [ +- AC_CHECK_MEMBERS([struct iocb.u.c.flags],,, [#include ]) +- AC_CHECK_DECLS([IO_CMD_PWRITE, IO_CMD_PWRITEV],,, [#include ]) +-]) +- + AC_CHECK_HEADERS([linux/input.h], [ + AC_CHECK_MEMBERS([struct input_absinfo.resolution],,, [#include ]) + ]) +@@ -745,6 +740,20 @@ if test "x$ac_cv_lib_dl_dladdr" = xyes; fi AC_SUBST(dl_LIBS) -- cgit 1.2.3-korg