Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v14 01/27] package/freeswitch: new package
Date: Sun, 17 Apr 2016 17:10:47 +0200	[thread overview]
Message-ID: <5713A777.2010503@mind.be> (raw)
In-Reply-To: <5713A5DB.2040309@mind.be>

On 04/17/16 17:03, Arnout Vandecappelle wrote:
> On 04/16/16 12:54, Bernd Kuhls wrote:
>> This commit adds freeswitch without any configured modules and with a
>> minimal set of non-optional dependencies. All other dependencies and
>> modules will be added by further patches in this series.
[snip]
> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

  Oops, no...

[snip]

>> +# zrtp supports a limited set of archs, sparc support is also broken due
>> +# to a broken ld call by gcc, see libs/libzrtp/include/zrtp_config.h
>> +ifeq
>> ($(BR2_i386)$(BR2_arm)$(BR2_armeb)$(BR2_aarch64)$(BR2_aarch64_be)$(BR2_mips)$(BR2_mipsel)$(BR2_mips64)$(BR2_mips64el)$(BR2_powerpc)$(BR2_powerpc64)$(BR2_powerpcle)$(BR2_x86_64),y)
>>
>> +FREESWITCH_CONF_OPTS += --enable-zrtp
>> +else
>> +FREESWITCH_LICENSE += AGPLv3 (libzrtp)
>> +FREESWITCH_LICENSE_FILES += libs/libzrtp/src/zrtp_legal.c

  This doesn't sound right, I guess that that bit should have gone to the other 
side of the condition?

  So this makes the whole AGPLv3 for most architectures... I guess that anyone 
who has a problem with that can just edit the .mk file to remove zrtp support.

  Regards,
  Arnout

>> +FREESWITCH_CONF_OPTS += --disable-zrtp
>> +endif
>> +
>> +$(eval $(autotools-package))
>>
>
>


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

  reply	other threads:[~2016-04-17 15:10 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-16 10:54 [Buildroot] [PATCH v14 00/27] package/freeswitch: new package Bernd Kuhls
2016-04-16 10:54 ` [Buildroot] [PATCH v14 01/27] " Bernd Kuhls
2016-04-17 15:03   ` Arnout Vandecappelle
2016-04-17 15:10     ` Arnout Vandecappelle [this message]
2016-04-17 15:15       ` Arnout Vandecappelle
2016-04-16 10:54 ` [Buildroot] [PATCH v14 02/27] package/freeswitch: enable optional modules Bernd Kuhls
2016-04-16 10:54 ` [Buildroot] [PATCH v14 03/27] package/freeswitch: add optional dependency to libedit Bernd Kuhls
2016-04-16 10:54 ` [Buildroot] [PATCH v14 04/27] package/freeswitch: enable mod_enum Bernd Kuhls
2016-04-16 10:54 ` [Buildroot] [PATCH v14 05/27] package/freeswitch: add optional dependency to libpng Bernd Kuhls
2016-04-16 10:54 ` [Buildroot] [PATCH v14 06/27] package/freeswitch: add optional dependency to unixodbc Bernd Kuhls
2016-04-16 10:54 ` [Buildroot] [PATCH v14 07/27] package/freeswitch: add optional dependency to freetype Bernd Kuhls
2016-04-16 10:54 ` [Buildroot] [PATCH v14 08/27] package/freeswitch: enable mod_yaml Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 09/27] package/freeswitch: enable mod_lua Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 10/27] package/freeswitch: enable mod_bv Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 11/27] package/freeswitch: enable mod_codec2 Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 12/27] package/freeswitch: add optional dependency to libg7221 Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 13/27] package/freeswitch: enable mod_ilbc Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 14/27] package/freeswitch: enable mod_isac Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 15/27] package/freeswitch: enable mod_opus Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 16/27] package/freeswitch: enable mod_portaudio Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 17/27] package/freeswitch: enable mod_silk Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 18/27] package/freeswitch: enable mod_sndfile Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 19/27] package/freeswitch: enable mod_alsa Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 20/27] package/freeswitch: enable mod_soundtouch Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 21/27] package/freeswitch: add optional dependency to xz Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 22/27] package/freeswitch: enable mod_memcache Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 23/27] package/freeswitch: enable mod_imagick Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 24/27] package/freeswitch: enable mod_cv Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 25/27] package/freeswitch: enable mod_shout Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 26/27] package/freeswitch: add optional dependency to openldap Bernd Kuhls
2016-04-16 10:55 ` [Buildroot] [PATCH v14 27/27] package/freeswitch: enable video support Bernd Kuhls

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5713A777.2010503@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox