Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build neon with SSL support if available | Nigel Kukard | 2009-08-05 | 1 | -0/+7 |
| | |||||
* | neon: Fix pkgconfig dependency | Will Newton | 2009-06-11 | 1 | -1/+1 |
| | | | | | | | | | neon should depend on host-pkgconfig rather than pkgconfig. Closes #385. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | * Refined building of neon options | Nigel Kukard | 2008-12-31 | 1 | -0/+6 |
| | | | | - Added support to build with or without zlib support | ||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -3/+3 |
| | |||||
* | neon: don't strip if BR2_ENABLE_DEBUG is enabled | Peter Korsgaard | 2008-10-20 | 1 | -0/+2 |
| | |||||
* | neon: use := assignments | Peter Korsgaard | 2008-08-26 | 1 | -7/+5 |
| | |||||
* | neon: uses pkgconfig so select it | Peter Korsgaard | 2008-08-26 | 1 | -0/+2 |
| | |||||
* | neon: strip target library | Peter Korsgaard | 2008-08-26 | 1 | -0/+5 |
| | | | | neon doesn't have an install-strip target, so do it afterwards instead. | ||||
* | neon: fix compilation without xml support | Peter Korsgaard | 2008-08-26 | 1 | -0/+4 |
| | | | | | webdav needs xml support, so disable it if no xml support is selected, otherwise configure could get confused about a host xml2-config script. | ||||
* | neon: bump version | Peter Korsgaard | 2008-08-26 | 1 | -1/+1 |
| | | | | Fixes CVE-2008-3746. | ||||
* | * Added neon | Nigel Kukard | 2008-04-12 | 1 | -0/+25 |