glib-networking: fix ca-certificate location, thank you z3bra
This commit is contained in:
parent
5d28dc1741
commit
e762776e0e
@ -6,7 +6,7 @@
|
||||
|
||||
name=glib-networking
|
||||
version=2.36.2
|
||||
release=1
|
||||
release=2
|
||||
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
@ -15,7 +15,7 @@ build() {
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-gnutls \
|
||||
--with-ca-certificates=/etc/ssl/ \
|
||||
--with-ca-certificates=/etc/ssl/cert.pem \
|
||||
--disable-nls
|
||||
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user