summaryrefslogtreecommitdiffstats
path: root/testing/loudmouth
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-01-16 15:38:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-16 15:42:08 +0000
commit71b1e615d6d42249b7eb09671618f2f21bbe51f5 (patch)
treeccfb338acd862559b346ac2183166481d3cbf0a5 /testing/loudmouth
parent598149a62fd31efcf6615d71ddeaf37ebf87f710 (diff)
downloadaports-71b1e615d6d42249b7eb09671618f2f21bbe51f5.tar.bz2
aports-71b1e615d6d42249b7eb09671618f2f21bbe51f5.tar.xz
testing/loudmouth: use openssl
It compiles at least.
Diffstat (limited to 'testing/loudmouth')
-rw-r--r--testing/loudmouth/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/loudmouth/APKBUILD b/testing/loudmouth/APKBUILD
index 94c008543..1d0c0b91d 100644
--- a/testing/loudmouth/APKBUILD
+++ b/testing/loudmouth/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=loudmouth
pkgver=1.4.3
-pkgrel=0
+pkgrel=1
pkgdesc="A lightweight Jabber client library"
url="http://groups.google.com/group/loudmouth-dev"
arch="all"
license="LGPL2+"
depends=""
-depends_dev="pkgconfig glib-dev gnutls-dev libidn-dev libasyncns-dev check-dev"
+depends_dev="pkgconfig glib-dev openssl-dev libidn-dev libasyncns-dev check-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"
@@ -33,7 +33,7 @@ build() {
./configure \
--disable-static \
--with-asyncns=yes \
- --with-ssl=gnutls \
+ --with-ssl=openssl \
--prefix=/usr \
--with-libgnutls-prefix=/usr \
--infodir=/usr/share/info \