From 4db12ce1f616c3bf2d2b14172cc58997e5e38465 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 9 Oct 2013 09:22:36 -0300 Subject: [PATCH] linphone: fix build failure The configure script is out of sync causing deplibs linking issues so recreate it. Fixes: http://autobuild.buildroot.net/results/006/00673f04d0ce6cb0c5828e68f236a4eb8d7920db/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/linphone/linphone.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/linphone/linphone.mk b/package/linphone/linphone.mk index a4fc95c4c0..e7e3de6620 100644 --- a/package/linphone/linphone.mk +++ b/package/linphone/linphone.mk @@ -10,7 +10,8 @@ LINPHONE_CONF_OPT = \ --enable-external-ortp \ --enable-external-mediastreamer \ --disable-strict - +# configure is out of sync causing deplibs linking issues +LINPHONE_AUTORECONF = YES LINPHONE_DEPENDENCIES = host-pkgconf ortp mediastreamer libeXosip2 speex LINPHONE_LICENSE = GPLv2+ LINPHONE_LICENSE_FILES = COPYING -- 2.30.2