From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnout Vandecappelle Date: Sat, 23 Sep 2017 19:07:29 +0200 Subject: [Buildroot] [PATCH 44/49 v2] package/asterisk: add optional pjsip support In-Reply-To: <3d6f2d5bc9faedd731435a6302a658c1315029f1.1504993178.git.yann.morin.1998@free.fr> References: <3d6f2d5bc9faedd731435a6302a658c1315029f1.1504993178.git.yann.morin.1998@free.fr> Message-ID: <22a9fa8b-5085-d903-a3a2-ebf59c4c19be@mind.be> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 09-09-17 23:39, Yann E. MORIN wrote: > Signed-off-by: "Yann E. MORIN" > --- > package/asterisk/asterisk.mk | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/package/asterisk/asterisk.mk b/package/asterisk/asterisk.mk > index 284b338cb3..9327451254 100644 > --- a/package/asterisk/asterisk.mk > +++ b/package/asterisk/asterisk.mk > @@ -70,7 +70,6 @@ ASTERISK_CONF_OPTS = \ > --without-osptk \ > --without-oss \ > --without-postgres \ > - --without-pjproject \ > --without-popt \ > --without-pwlib \ > --without-resample \ > @@ -240,6 +239,13 @@ else > ASTERISK_CONF_OPTS += --without-ssl > endif > > +ifeq ($(BR2_PACKAGE_LIBPJSIP),y) > +ASTERISK_DEPENDENCIES += libpjsip > +ASTERISK_CONF_OPTS += --with-pjproject I believe Asterisk maintains a fork of pjsip with some specific patches. Does it work well with upstream pjsip? Regards, Arnout > +else > +ASTERISK_CONF_OPTS += --without-pjproject > +endif > + > ifeq ($(BR2_PACKAGE_SPANDSP),y) > ASTERISK_DEPENDENCIES += spandsp > ASTERISK_CONF_OPTS += --with-spandsp > -- 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