aboutsummaryrefslogtreecommitdiffstats
path: root/package/neon/neon.mk
Commit message (Collapse)AuthorAgeFilesLines
* neon: Fix pkgconfig dependencyWill Newton2009-06-111-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 optionsNigel Kukard2008-12-311-0/+6
| | | | - Added support to build with or without zlib support
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-3/+3
|
* neon: don't strip if BR2_ENABLE_DEBUG is enabledPeter Korsgaard2008-10-201-0/+2
|
* neon: use := assignmentsPeter Korsgaard2008-08-261-7/+5
|
* neon: uses pkgconfig so select itPeter Korsgaard2008-08-261-0/+2
|
* neon: strip target libraryPeter Korsgaard2008-08-261-0/+5
| | | | neon doesn't have an install-strip target, so do it afterwards instead.
* neon: fix compilation without xml supportPeter Korsgaard2008-08-261-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 versionPeter Korsgaard2008-08-261-1/+1
| | | | Fixes CVE-2008-3746.
* * Added neonNigel Kukard2008-04-121-0/+25