f68f8347e0
Fixes http://sysmic.org/~jezz/results/1a0bc183: command.o: In function `__DoCommandToFileOrPipe': command.c:(.text+0x35e): undefined reference to `_fork' collect2: ld returned 1 exit status Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
config BR2_PACKAGE_XAPP_XMH
|
|
bool "xmh"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_XLIB_LIBXAW
|
|
select BR2_PACKAGE_XDATA_XBITMAPS
|
|
help
|
|
send and read mail with an X interface to MH
|