aboutsummaryrefslogtreecommitdiff
path: root/libs/check
Commit message (Collapse)AuthorAge
* check: fix fortify source compatibilityJo-Philipp Wich2015-06-30
| | | | | | | | | | Let `./configure` assume C99 compliant `snprintf()` and `vsnprintf()` functions by passing the required cache variables via `CONFIGURE_VARS`. Fixes fortify-source related undeclared function errors when compiling the `tests/` directory. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* check: import from old packages feedNicolas Thill2015-02-07
- update to latest version (v0.9.14) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>