The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libosip2 / libosip2.mk
1 ################################################################################
2 #
3 # libosip2
4 #
5 ################################################################################
6
7 LIBOSIP2_VERSION = 3.6.0
8 LIBOSIP2_SITE = $(BR2_GNU_MIRROR)/osip
9 LIBOSIP2_INSTALL_STAGING = YES
10 LIBOSIP2_LICENSE = LGPLv2.1+
11 LIBOSIP2_LICENSE_FILES = COPYING
12
13 ifeq ($(BR2_arc),y)
14 # toolchain __arc__ define conflicts with libosip2 source
15 LIBOSIP2_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -U__arc__"
16 endif
17
18 LIBOSIP2_CONF_OPTS = \
19         --enable-mt=$(if $(BR2_TOOLCHAIN_HAS_THREADS),yes,no)
20
21 $(eval $(autotools-package))