Commit 9ee5c166 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Peter Korsgaard
Browse files

package/exim: uses fork(), needs an MMU

parent 3d03017f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_EXIM
	bool "exim"
	depends on BR2_USE_MMU # fork()
	select BR2_PACKAGE_PCRE
	select BR2_PACKAGE_BERKELEYDB
	help