summaryrefslogtreecommitdiff
path: root/package/asterisk/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-07 19:33:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-07 19:33:58 +0100
commitb8a5f39cf7e72bc8e25bfbce24c0820ad43f0721 (patch)
tree7d9282ce7a807b30a4f0abfa61359994fe7841e7 /package/asterisk/Makefile
parent389e67da44097077ce8bfa775a359bcdb0b60601 (diff)
parent237345323af9aa759b1dee8cc5496c1ef30c3f2c (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/asterisk/Makefile')
-rw-r--r--package/asterisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile
index 0e53be8e4..413744638 100644
--- a/package/asterisk/Makefile
+++ b/package/asterisk/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= asterisk
PKG_VERSION:= 1.8.20.1
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 99204257de80a42c4e287fc93dfe714a
PKG_DESCR:= Open Source PBX
PKG_SECTION:= phone
@@ -102,7 +102,7 @@ endif
INSTALL_STYLE:= manual
-TARGET_LDFLAGS+= -lm
+TARGET_LDFLAGS+= -lm -ltinfo
MAKE_ENV= ASTCFLAGS="${TARGET_CPPFLAGS} -DHAVE_STRTOQ" \
ASTLDFLAGS="${TARGET_LDFLAGS}"
MAKE_FLAGS+= DESTDIR="$(WRKINST)" \