Commit Graph

3 Commits

Author SHA1 Message Date
Karl Palsson db995186fc libs: c-ares: Bump to version 1.11
Full changelog at
https://raw.githubusercontent.com/c-ares/c-ares/cares-1_11_0/RELEASE-NOTES

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-08 15:50:22 +00:00
Jo-Philipp Wich 2e73fcd4b0 c-ares: fix build with CONFIG_PKG_FORTIFY_SOURCE*
When fortify source is enabled, the c-ares configure script will abort with:
    configure: CFLAGS error: CFLAGS may only be used to specify C compiler flags, not macro definitions. Use CPPFLAGS for: -D_FORTIFY_SOURCE=1

Change the OpenWrt Makefile to move any -D flags from TARGET_CFLAGS to
TARGET_CPPFLAGS in order to satisfy `configure`.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-25 12:57:36 +02:00
Karl Palsson c5573ce4b3 libs/c-ares: Port from old packages, and update
libcares is a dependency of mosquitto, at least.

Imported existing packages makefile, updated from 1.7.4 to 1.10.0
Added License and Maintainer information

Signed-off-by: Karl Palsson <karlp@remake.is>
2014-06-05 10:57:56 +00:00