build: add runuhttpd sdk target
[project/luci.git] / contrib / uhttpd / patches / 001-pass-env.patch
diff --git a/contrib/uhttpd/patches/001-pass-env.patch b/contrib/uhttpd/patches/001-pass-env.patch
new file mode 100644 (file)
index 0000000..b69ff17
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/uhttpd-cgi.c
++++ b/uhttpd-cgi.c
+@@ -204,7 +204,7 @@ void uh_cgi_request(struct client *cl, s
+                           (pi->stat.st_mode & S_IXOTH)
+                       ) {
+                               /* build environment */
+-                              clearenv();
++                              //clearenv();
+                               /* common information */
+                               setenv("GATEWAY_INTERFACE", "CGI/1.1", 1);