[OE-core] [PATCH 3/3] socat: fix linux/errqueue.h not found
Burton, Ross
ross.burton at intel.com
Tue May 27 11:43:09 UTC 2014
On 27 May 2014 02:59, Hongxu Jia <hongxu.jia at windriver.com> wrote:
> +-AC_CHECK_HEADERS(linux/types.h)
> +-AC_CHECK_HEADER(linux/errqueue.h, AC_DEFINE(HAVE_LINUX_ERRQUEUE_H), [], [#include <linux/types.h>])
> ++AC_CHECK_HEADERS(linux/types.h linux/errqueue.h)
Have you checked the config.log and config.h to verify this is actually working?
It looks like you're simply removing the AC_DEFINE of
HAVE_LINUX_ERRQUEUE_H which is used as a guard around
<linux/errqueue.h> in sysincludes.h.
Ross
More information about the Openembedded-core
mailing list