All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] nginx-upload: select BR2_PACKAGE_NGINX_HTTP
@ 2016-07-19 14:10 Matt Weber
  2016-07-19 15:52 ` Yann E. MORIN
  2016-07-19 21:18 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Matt Weber @ 2016-07-19 14:10 UTC (permalink / raw)
  To: buildroot

From: Bimal Jacob <Bimal.Jacob@rockwellcollins.com>

Resolves:
http://autobuild.buildroot.net/results/64b/64b1bde02346ca67b670f0b095bd3acad707e8cd

Signed-off-by: Bimal Jacob <bimal.jacob@rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
---
 package/nginx-upload/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/nginx-upload/Config.in b/package/nginx-upload/Config.in
index b4ee71c..bd2d51f 100644
--- a/package/nginx-upload/Config.in
+++ b/package/nginx-upload/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_NGINX_UPLOAD
 	bool "nginx-upload"
 	select BR2_PACKAGE_OPENSSL
+	select BR2_PACKAGE_NGINX_HTTP
 	help
 	  A module for nginx web server for handling file uploads
 	  using multipart/form-data encoding (RFC 1867).
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-19 21:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-19 14:10 [Buildroot] [PATCH] nginx-upload: select BR2_PACKAGE_NGINX_HTTP Matt Weber
2016-07-19 15:52 ` Yann E. MORIN
2016-07-19 21:18 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.