• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libeXosip2/libeXosip2.mk
Rahul BedarkarRahul Bedarkar committed af31c309e7330 Mar 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# libexosip2
4
#
5
################################################################################
6
​
7
LIBEXOSIP2_VERSION = 3.6.0
8
LIBEXOSIP2_SITE = http://download.savannah.gnu.org/releases/exosip
9
LIBEXOSIP2_INSTALL_STAGING = YES
10
LIBEXOSIP2_LICENSE = GPL-2.0+
11
LIBEXOSIP2_LICENSE_FILES = COPYING
12
​
13
LIBEXOSIP2_DEPENDENCIES = host-pkgconf libosip2
14
​
15
# We are touching configure.in and Makefile.am with one of our patches
16
LIBEXOSIP2_AUTORECONF = YES
17
​
18
ifeq ($(BR2_arc),y)
19
# toolchain __arc__ define conflicts with libeXosip2 source
20
LIBEXOSIP2_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -U__arc__"
21
endif
22
​
23
ifeq ($(BR2_PACKAGE_C_ARES),y)
24
LIBEXOSIP2_DEPENDENCIES += c-ares
25
endif
26
​
27
ifeq ($(BR2_PACKAGE_OPENSSL),y)
28
LIBEXOSIP2_DEPENDENCIES += openssl
29
LIBEXOSIP2_CONF_OPTS += --enable-openssl
30
else
31
LIBEXOSIP2_CONF_OPTS += --disable-openssl
32
endif
33
​
34
LIBEXOSIP2_CONF_OPTS += \
35
    --enable-mt=$(if $(BR2_TOOLCHAIN_HAS_THREADS),yes,no)
36
​
37
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.