]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
glib-networking: specify ca-certificates pathspec
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sat, 20 Aug 2016 16:48:51 +0000 (13:48 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 20 Aug 2016 20:36:33 +0000 (22:36 +0200)
Otherwise the configure script will probe the distro directories for it
and it may not match what we use, for example fedora uses /etc/pki
instead of /etc/ssl.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/glib-networking/glib-networking.mk

index d4782e01f22a107c8bdfc46c08ff9d12f68050ce..b6e40f84c38670b9dad1b767fe39ebdd7d024680 100644 (file)
@@ -14,6 +14,8 @@ GLIB_NETWORKING_DEPENDENCIES = \
        host-pkgconf \
        host-intltool \
        libglib2
+GLIB_NETWORKING_CONF_OPTS = \
+       --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
 GLIB_NETWORKING_LICENSE = LGPLv2+
 GLIB_NETWORKING_LICENSE_FILES = COPYING
 GLIB_NETWORKING_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) \