Commit 0f1d4189 authored by Baruch Siach's avatar Baruch Siach Committed by Peter Korsgaard
Browse files
parent a79bcdba
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ config BR2_PACKAGE_HEIRLOOM_MAILX
	bool "heirloom-mailx"
	# uses fork()
	depends on BR2_USE_MMU
	depends on !BR2_PREFER_STATIC_LIB
	help
	  Heirloom mailx (previously known as nail) is a mail user
	  agent for Unix systems.
@@ -13,3 +14,7 @@ config BR2_PACKAGE_HEIRLOOM_MAILX
	  cram-md5), SMTPS, MIME encoding of attachements, and more.

	  http://heirloom.sourceforge.net/mailx.html

comment "heirloom-mailx needs a toolchain w/ dynamic library"
	depends on BR2_PREFER_STATIC_LIB
	depends on BR2_USE_MMU