snowball-{hdmiservice, init}: remove packages
[buildroot-gz.git] / package / ucl / ucl.mk
blobe4dc1b3eda2f92a81e458fec1080a1791016020d
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=c90"
15 $(eval $(host-autotools-package))