From: Gustavo Zacarias Date: Wed, 9 Oct 2013 12:22:36 +0000 (-0300) Subject: linphone: fix build failure X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4db12ce1f616c3bf2d2b14172cc58997e5e38465;p=buildroot.git 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 --- 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