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
|
name=glib-networking
|
||||||
version=2.36.2
|
version=2.36.2
|
||||||
release=1
|
release=2
|
||||||
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
|
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
@ -15,7 +15,7 @@ build() {
|
|||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--with-gnutls \
|
--with-gnutls \
|
||||||
--with-ca-certificates=/etc/ssl/ \
|
--with-ca-certificates=/etc/ssl/cert.pem \
|
||||||
--disable-nls
|
--disable-nls
|
||||||
|
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user