summaryrefslogtreecommitdiff
path: root/package/neon/neon.mk
AgeCommit message (Collapse)Author
2008-12-31* Refined building of neon optionsNigel Kukard
- Added support to build with or without zlib support
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-10-20neon: don't strip if BR2_ENABLE_DEBUG is enabledPeter Korsgaard
2008-08-26neon: use := assignmentsPeter Korsgaard
2008-08-26neon: uses pkgconfig so select itPeter Korsgaard
2008-08-26neon: strip target libraryPeter Korsgaard
neon doesn't have an install-strip target, so do it afterwards instead.
2008-08-26neon: fix compilation without xml supportPeter Korsgaard
webdav needs xml support, so disable it if no xml support is selected, otherwise configure could get confused about a host xml2-config script.
2008-08-26neon: bump versionPeter Korsgaard
Fixes CVE-2008-3746.
2008-04-12* Added neonNigel Kukard