summaryrefslogtreecommitdiffhomepage
path: root/contrib/uhttpd/patches/001-pass-env.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-12-28 16:38:41 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-12-28 16:38:41 +0000
commit3880b028fcf6160f7e305aa769ca4ae3ab3e43c8 (patch)
tree082e2add6b8b120fc930699c0faac23b9e73ae5b /contrib/uhttpd/patches/001-pass-env.patch
parentf2a428cdb31d4a77ee41e8bea5bd2dc307ae6356 (diff)
contrib/uhttpd: add patch to fix linking on recent distros, refresh environment patch
Diffstat (limited to 'contrib/uhttpd/patches/001-pass-env.patch')
-rw-r--r--contrib/uhttpd/patches/001-pass-env.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/uhttpd/patches/001-pass-env.patch b/contrib/uhttpd/patches/001-pass-env.patch
index b69ff17653..ab607dbf2d 100644
--- a/contrib/uhttpd/patches/001-pass-env.patch
+++ b/contrib/uhttpd/patches/001-pass-env.patch
@@ -1,7 +1,7 @@
--- 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)
+@@ -216,7 +216,7 @@ void uh_cgi_request(
+ (pi->stat.st_mode & S_IXOTH)) || (ip != NULL)
) {
/* build environment */
- clearenv();