glib-networking: ca-certificates support.
This commit is contained in:
parent
022b1c8f28
commit
d78fd9125e
1 changed files with 4 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
# Template file for 'glib-networking'
|
||||
pkgname=glib-networking
|
||||
version=2.28.7
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.28/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-static --without-ca-certificates"
|
||||
configure_args="--disable-static
|
||||
--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt"
|
||||
short_desc="Network-related giomodules for glib"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c
|
||||
|
@ -18,6 +20,7 @@ Add_dependency run libproxy
|
|||
Add_dependency run libgpg-error
|
||||
Add_dependency run libgcrypt
|
||||
Add_dependency run gnutls
|
||||
Add_dependency run ca-certificates
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
|
Loading…
Reference in a new issue