dc20092aac
Update indentation in hash file (two spaces) https://git.savannah.nongnu.org/cgit/osip.git/tree/ChangeLog?h=5.2.0 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Acked-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
22 lines
586 B
Makefile
22 lines
586 B
Makefile
################################################################################
|
|
#
|
|
# libosip2
|
|
#
|
|
################################################################################
|
|
|
|
LIBOSIP2_VERSION = 5.2.0
|
|
LIBOSIP2_SITE = $(BR2_GNU_MIRROR)/osip
|
|
LIBOSIP2_INSTALL_STAGING = YES
|
|
LIBOSIP2_LICENSE = LGPL-2.1+
|
|
LIBOSIP2_LICENSE_FILES = COPYING
|
|
|
|
ifeq ($(BR2_arc),y)
|
|
# toolchain __arc__ define conflicts with libosip2 source
|
|
LIBOSIP2_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -U__arc__"
|
|
endif
|
|
|
|
LIBOSIP2_CONF_OPTS = \
|
|
--enable-mt=$(if $(BR2_TOOLCHAIN_HAS_THREADS),yes,no)
|
|
|
|
$(eval $(autotools-package))
|