diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-09-02 09:41:35 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-09-02 09:41:35 +0200 |
commit | ac65bb291a4bb248118b70ad0e19c20e4b8e996a (patch) | |
tree | e06dc876ac376ba88a710792b58e4ea66b6cc542 /contrib/uhttpd/patches/001-pass-env.patch | |
parent | 62b203d0ea5bb0367c99bd4978edfe86908e427c (diff) |
contrib: remove obsolete uhttpd packaging
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'contrib/uhttpd/patches/001-pass-env.patch')
-rw-r--r-- | contrib/uhttpd/patches/001-pass-env.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/uhttpd/patches/001-pass-env.patch b/contrib/uhttpd/patches/001-pass-env.patch deleted file mode 100644 index ab607dbf2..000000000 --- a/contrib/uhttpd/patches/001-pass-env.patch +++ /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); |