From 24e285fc4ec4ca6013d89d774440514920d1dd72 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 22 Jun 2011 23:06:26 +0200 Subject: [PATCH] telepathy-gabble: ca-certificates support. --- srcpkgs/telepathy-gabble/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/telepathy-gabble/template b/srcpkgs/telepathy-gabble/template index 1d5054f8419..ebc5dee9773 100644 --- a/srcpkgs/telepathy-gabble/template +++ b/srcpkgs/telepathy-gabble/template @@ -1,9 +1,11 @@ # Template file for 'telepathy-gabble' pkgname=telepathy-gabble version=0.11.7 +revision=1 distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure -configure_args="--without-ca-certificates --enable-handle-leak-debug" +configure_args="--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt +--enable-handle-leak-debug" short_desc="A Jabber/XMPP connection manager for Telepathy" maintainer="Juan RP " checksum=bd49a50d3715f2b9f9620e30d82e050f74484108e9367eaf8c048f2c5546949f @@ -23,6 +25,7 @@ Add_dependency run gnutls Add_dependency run telepathy-glib Add_dependency run libsoup Add_dependency run libnice +Add_dependency run ca-certificates Add_dependency build python Add_dependency build pkg-config