contrib: remove obsolete uhttpd packaging
[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
deleted file mode 100644 (file)
index ab607db..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/uhttpd-cgi.c
-+++ b/uhttpd-cgi.c
-@@ -216,7 +216,7 @@ void uh_cgi_request(
-                            (pi->stat.st_mode & S_IXOTH)) || (ip != NULL)
-                       ) {
-                               /* build environment */
--                              clearenv();
-+                              //clearenv();
-                               /* common information */
-                               setenv("GATEWAY_INTERFACE", "CGI/1.1", 1);