[Buildroot] [git commit] linphone: fix build failure

Peter Korsgaard peter at korsgaard.com
Wed Oct 9 19:21:38 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=4db12ce1f616c3bf2d2b14172cc58997e5e38465
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/linphone/linphone.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/linphone/linphone.mk b/package/linphone/linphone.mk
index a4fc95c..e7e3de6 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


More information about the buildroot mailing list