Browse Source

* 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.

Nigel Kukard 17 years ago
parent
commit
ddd12b34b3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/strace/strace.mk

+ 2 - 1
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) \