From cebc5ae5982e95ad03c3b9309e5d88e9eaf54018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Tue, 10 Jul 2012 10:58:44 +0300 Subject: testing/asterisk-dongle: explicitly link to libiconv Seems that it assumed asterisk to be linked against libiconv which is not the case. Even then, we should have explicit linking for the library to avoid underlinking. --- testing/asterisk-dongle/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/asterisk-dongle/APKBUILD b/testing/asterisk-dongle/APKBUILD index 85777479e..614ecc6b9 100644 --- a/testing/asterisk-dongle/APKBUILD +++ b/testing/asterisk-dongle/APKBUILD @@ -3,7 +3,7 @@ SVNREV=27 pkgname=asterisk-dongle pkgver=1.1.$SVNREV -pkgrel=0 +pkgrel=1 pkgdesc="GSM modem dongle channel driver" url="http://code.google.com/p/asterisk-chan-dongle/" arch="all" @@ -33,7 +33,7 @@ prepare() { build() { cd "$_builddir" aclocal && autoconf && automake -a - ./configure || exit 1 + LDFLAGS="-liconv" ./configure || exit 1 make } -- cgit v1.2.3