[BusyBox 0001159]: networking/httpd.c of bb 1.3.1 does not compile if certain features are not enabled
bugs at busybox.net
bugs at busybox.net
Thu Feb 14 04:34:34 PST 2008
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=1159
======================================================================
Reported By: lm
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 1159
Category: Documentation
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 01-12-2007 12:30 PST
Last Modified: 02-14-2008 04:34 PST
======================================================================
Summary: networking/httpd.c of bb 1.3.1 does not compile if
certain features are not enabled
Description:
If ENABLE_FEATURE_HTTPD_CGI || DEBUG or ENABLE_FEATURE_HTTPD_CGI are not
set networking/httpd.c does not compile without error and warning.
======================================================================
----------------------------------------------------------------------
bernhardf - 01-13-07 04:49
----------------------------------------------------------------------
Works with trunk r17263:
$ grep HTTPD .config
CONFIG_HTTPD=y
# CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP is not set
# CONFIG_FEATURE_HTTPD_SETUID is not set
CONFIG_FEATURE_HTTPD_BASIC_AUTH=y
CONFIG_FEATURE_HTTPD_AUTH_MD5=y
CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES=y
# CONFIG_FEATURE_HTTPD_CGI is not set
# CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR is not set
# CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV is not set
CONFIG_FEATURE_HTTPD_ENCODE_URL_STR=y
----------------------------------------------------------------------
vda - 02-14-08 04:34
----------------------------------------------------------------------
Fixed sometime ago (every release goes thru randomconfig runs).
Issue History
Date Modified Username Field Change
======================================================================
01-12-07 12:30 lm New Issue
01-12-07 12:30 lm Status new => assigned
01-12-07 12:30 lm Assigned To => BusyBox
01-12-07 12:31 lm File Added: networking_httpd.diff
01-13-07 04:49 bernhardf Note Added: 0001986
02-14-08 04:34 vda Status assigned => closed
02-14-08 04:34 vda Note Added: 0004634
======================================================================
More information about the busybox-cvs
mailing list