Commit 0f4d9ce5 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

mongrel2: works on ARM with uClibc



Source code has workaround for missing {get,make,swap}context on ARM,
so mongrel2 doesn't need glibc/uclibc snapshot when built for ARM.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent faefecd7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -7,11 +7,12 @@ config BR2_PACKAGE_MONGREL2
	depends on BR2_LARGEFILE # zeromq -> util-linux
	depends on BR2_USE_WCHAR # zeromq -> util-linux
	# {get,make,swap}context functions present in
	# {e,}glibc and in uClibc's master branch.
	# {e,}glibc and in uClibc's master branch. Source has arm workaround
	depends on BR2_UCLIBC_VERSION_SNAPSHOT || \
		BR2_TOOLCHAIN_EXTERNAL_GLIBC || \
		BR2_TOOLCHAIN_CTNG_eglibc || \
		BR2_TOOLCHAIN_CTNG_glibc
		BR2_TOOLCHAIN_CTNG_glibc || \
		BR2_arm
	help
	  Mongrel2 is an application, language, and network architecture
	  agnostic web server that focuses on web applications using