Commit c1ef53ed authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files
parent 53bf889c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
comment "exim needs a toolchain w/ threads"
	depends on !BR2_TOOLCHAIN_HAS_THREADS

config BR2_PACKAGE_EXIM
	bool "exim"
	depends on BR2_USE_MMU # fork()
	depends on BR2_TOOLCHAIN_HAS_THREADS
	select BR2_PACKAGE_PCRE
	select BR2_PACKAGE_BERKELEYDB
	help