diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 21:11:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 13:42:13 +0100 |
commit | 4eaf1a538125d2720c6aff69aed6e0df15365f8d (patch) | |
tree | 16ab7a31afc985ee6c242c738691cb7d7892c1b5 /meta/recipes-support/libcap | |
parent | fd340e0df63981a75a7e28e3c67760dff04b6f56 (diff) | |
download | openembedded-core-contrib-4eaf1a538125d2720c6aff69aed6e0df15365f8d.tar.gz |
libcap.inc: Pass SYSTEM_HEADERS to make
Libpcap reports faulures in finding headers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-support/libcap')
-rw-r--r-- | meta/recipes-support/libcap/libcap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libcap/libcap.inc b/meta/recipes-support/libcap/libcap.inc index 66730b83530..a1c93f1e24a 100644 --- a/meta/recipes-support/libcap/libcap.inc +++ b/meta/recipes-support/libcap/libcap.inc @@ -18,7 +18,7 @@ do_configure() { sed -e 's,BUILD_CFLAGS ?=,BUILD_CFLAGS := $(BUILD_CFLAGS),' -i Make.Rules } -EXTRA_OEMAKE = "LIBATTR=yes PAM_CAP=yes INDENT= lib=lib" +EXTRA_OEMAKE = "LIBATTR=yes PAM_CAP=yes INDENT= lib=lib SYSTEM_HEADERS=${STAGING_INCDIR}" EXTRA_OEMAKE_virtclass-native = "LIBATTR=no PAM_CAP=no INDENT= lib=lib" do_compile() { |