From: Thomas Petazzoni Date: Sat, 9 Mar 2013 08:21:26 +0000 (+0000) Subject: aircrack-ng: disable on non-MMU systems X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3bae624d5fd924f34dfccb6c020f599b189ca8f9;p=buildroot.git aircrack-ng: disable on non-MMU systems aircrack-ng uses fork() and therefore fails to build on non-MMU systems: aircrack-ng.o: In function `_clean_exit': aircrack-ng.c:(.text+0x555c): undefined reference to `_fork' collect2: ld returned 1 exit status Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/aircrack-ng/Config.in b/package/aircrack-ng/Config.in index 419f991efd..319b7c40b5 100644 --- a/package/aircrack-ng/Config.in +++ b/package/aircrack-ng/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_AIRCRACK_NG bool "aircrack-ng" depends on BR2_LARGEFILE + depends on BR2_USE_MMU # uses fork() select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_IW # runtime help