summaryrefslogtreecommitdiffstats
path: root/package/lighttpd/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* package/lighttpd: do not select Lua, depend on itYann E. MORIN2015-12-181-1/+1
| | | | | | | | | | | Lua is a provider for the virtual package lua-interpreter, so it cannot be selected, as explained in the manual. Turn the 'select' into a 'depends on'. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBSThomas Petazzoni2014-12-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Since a while, the semantic of BR2_PREFER_STATIC_LIB has been changed from "prefer static libraries when possible" to "use only static libraries". The former semantic didn't make much sense, since the user had absolutely no control/idea of which package would use static libraries, and which packages would not. Therefore, for quite some time, we have been starting to enforce that BR2_PREFER_STATIC_LIB should really build everything with static libraries. As a consequence, this patch renames BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS, and adjust the Config.in option accordingly. This also helps preparing the addition of other options to select shared, shared+static or just static. Note that we have verified that this commit can be reproduced by simply doing a global rename of BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS plus adding BR2_PREFER_STATIC_LIB to Config.in.legacy. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* lighttpd: disable static buildBaruch Siach2014-12-091-0/+5
| | | | | | | | | | | | | | lighttpd modules support code requires shared libraries support. The scons based build system seems to be support static link of modules, but we currently don't use scons for lighttpd. Fixes: http://autobuild.buildroot.net/results/39c/39c027bf6b76a0f9c15a184f449dadacfaefe980/ [Peter: move to top of file to fix indentation of sub options] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Config.in files: use if/endif instead of 'depends on' for main symbolThomas De Schampheleire2013-12-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | | In the Config.in file of package foo, it often happens that there are other symbols besides BR2_PACKAGE_FOO. Typically, these symbols only make sense when foo itself is enabled. There are two ways to express this: with depends on BR2_PACKAGE_FOO in each extra symbol, or with if BR2_PACKAGE_FOO ... endif around the entire set of extra symbols. The if/endif approach avoids the repetition of 'depends on' statements on multiple symbols, so this is clearly preferred. But even when there is only one extra symbol, if/endif is a more logical choice: - it is future-proof for when extra symbols are added - it allows to have just one strategy instead of two (less confusion) This patch modifies the Config.in files accordingly. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lighttpd: needs mmuGustavo Zacarias2013-10-091-0/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lighttpd: add lua supportDanomi Mocelopolis2011-10-281-0/+7
| | | | | | | Closes #4381 Signed-off-by: Danomi Mocelopolis <d_mo1234@yahoo.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lighttpd: cleanup sub optionsPeter Korsgaard2011-04-011-12/+5
| | | | | | Get rid of extra packages submenu and tweak the option descriptions. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: Add webdav support to lighttpd.Marek Belisko2011-04-011-0/+8
| | | | | | [Peter: needs host-pkg-config] Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lighttpd: don't enable openssl support by defaultPeter Korsgaard2008-09-171-2/+1
|
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-4/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* [0002974] add support for zlib and bzip2 in lighttpd, use alphabetical order ↵Ulf Samuelsson2008-07-051-1/+17
| | | | for lighttpd config
* update lighttpdJohn Voltz2008-04-241-1/+15
|
* Fix spelling error in lighttpdUlf Samuelsson2007-11-301-1/+1
|
* Make OpenSSL support to be configurable and get the install target footprint ↵"Steven J. Hill"2007-07-171-6/+14
| | | | to be as small as possible. Also clean up the clean target. "Clean up, clean up, everybody lend a hand! Clean up, clean up, you can do it, yes you can."
* add package for lighttpd per case 0000509David Anders2006-01-231-0/+13
OpenPOWER on IntegriCloud