aboutsummaryrefslogtreecommitdiffstats
path: root/main/loudmouth/APKBUILD
diff options
context:
space:
mode:
authorstf <s@ctrlc.hu>2014-11-20 16:52:16 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2014-11-20 18:55:04 +0100
commit38d7e6f250d815517f216c3b0d9a4a74dcc626c1 (patch)
treebbb843e7e37d1d5606dcc38cc12caa7ddd04fcdf /main/loudmouth/APKBUILD
parent9cefbc68c4ef1b15765558dde49444a0986e346e (diff)
main/loudmouth: switched back to gnutls to enable TLSv1.2 and ECDH ciphers
Diffstat (limited to 'main/loudmouth/APKBUILD')
-rw-r--r--main/loudmouth/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/loudmouth/APKBUILD b/main/loudmouth/APKBUILD
index e4e38b8c056..aa951df6f11 100644
--- a/main/loudmouth/APKBUILD
+++ b/main/loudmouth/APKBUILD
@@ -8,7 +8,7 @@ url="http://groups.google.com/group/loudmouth-dev"
arch="all"
license="LGPL2+"
depends=""
-depends_dev="pkgconfig glib-dev openssl-dev libidn-dev libasyncns-dev check-dev"
+depends_dev="pkgconfig glib-dev gnutls-dev libidn-dev libasyncns-dev check-dev autoconf"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"
@@ -33,12 +33,12 @@ prepare() {
build() {
cd "$_builddir"
+ autoconf
./configure \
--build=$CBUILD \
--host=$CHOST \
--disable-static \
--with-asyncns=yes \
- --with-ssl=openssl \
--prefix=/usr \
--with-libgnutls-prefix=/usr \
--infodir=/usr/share/info \