summaryrefslogtreecommitdiffstats
path: root/package/strace
diff options
context:
space:
mode:
authorNigel Kukard <nkukard@lbsd.net>2008-03-24 19:29:34 +0000
committerNigel Kukard <nkukard@lbsd.net>2008-03-24 19:29:34 +0000
commitddd12b34b3cb4ed651166e57803c02f8c53054e5 (patch)
tree5fd79ca31799461d8bd7f4ba7d2a11be6b5b2a01 /package/strace
parent627b968404f17b62c3f67753cb20d5eb1dc1a819 (diff)
downloadbuildroot-novena-ddd12b34b3cb4ed651166e57803c02f8c53054e5.tar.gz
buildroot-novena-ddd12b34b3cb4ed651166e57803c02f8c53054e5.zip
* Strace requires both if_packet.h and netlink.h
- Force detection of these in configure by supplying environment variables For them to be detected by configure may require a much more invasive approach by patching configure.ac and regenerating apon build.
Diffstat (limited to 'package/strace')
-rw-r--r--package/strace/strace.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/strace/strace.mk b/package/strace/strace.mk
index 521849017..010ab2ad5 100644
--- a/package/strace/strace.mk
+++ b/package/strace/strace.mk
@@ -31,7 +31,8 @@ $(STRACE_DIR)/.configured: $(STRACE_DIR)/.unpacked
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \
CFLAGS="$(TARGET_CFLAGS) $(BR2_STRACE_CFLAGS)" \
- aaa_ac_cv_header_linux_if_packet_h=yes \
+ ac_cv_header_linux_if_packet_h=yes \
+ ac_cv_header_linux_netlink_h=yes \
./configure \
--target=$(REAL_GNU_TARGET_NAME) \
--host=$(REAL_GNU_TARGET_NAME) \