python-werkzeug: bump to version 0.11.15
[buildroot-gz.git] / package / ucl / ucl.mk
blobb183a13b26b68dcba2a1a8c07c6250f1b13e5fa6
1 ################################################################################
3 # ucl
5 ################################################################################
7 UCL_VERSION = 1.03
8 UCL_SITE = http://www.oberhumer.com/opensource/ucl/download
9 UCL_LICENSE = GPLv2+
10 UCL_LICENSE_FILES = COPYING
12 # Fix ACC conformance test failure for host gcc 6.x
13 HOST_UCL_CONF_ENV += CPPFLAGS="$(HOST_CPPFLAGS) -std=iso9899:1990"
15 $(eval $(host-autotools-package))