diff options
Diffstat (limited to 'testing/loudmouth')
-rw-r--r-- | testing/loudmouth/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/loudmouth/APKBUILD b/testing/loudmouth/APKBUILD index e1fdf875f9..94c0085435 100644 --- a/testing/loudmouth/APKBUILD +++ b/testing/loudmouth/APKBUILD @@ -8,8 +8,8 @@ url="http://groups.google.com/group/loudmouth-dev" arch="all" license="LGPL2+" depends="" -depends_dev="pkgconfig" -makedepends="$depends_dev glib-dev gnutls-dev libidn-dev libasyncns-dev check-dev" +depends_dev="pkgconfig glib-dev gnutls-dev libidn-dev libasyncns-dev check-dev" +makedepends="$depends_dev" install="" subpackages="$pkgname-dev $pkgname-doc" source="http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.4/${pkgname}-${pkgver}.tar.bz2 @@ -33,8 +33,9 @@ build() { ./configure \ --disable-static \ --with-asyncns=yes \ - --with-ssl=no \ + --with-ssl=gnutls \ --prefix=/usr \ + --with-libgnutls-prefix=/usr \ --infodir=/usr/share/info \ --localstatedir=/var \ || return 1 |