summaryrefslogtreecommitdiffstats
path: root/package/glib-networking/glib-networking.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-08-20 13:48:51 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-20 22:36:33 +0200
commitc061e39ca23642297ca568f5bd0edfbe92903a0a (patch)
tree06aa854875c90b1142ca243d3f15bb225d821615 /package/glib-networking/glib-networking.mk
parent435b6f5d4a26cbd2799d6fac1b4bffdabc63f977 (diff)
downloadbuildroot-c061e39ca23642297ca568f5bd0edfbe92903a0a.tar.gz
buildroot-c061e39ca23642297ca568f5bd0edfbe92903a0a.zip
glib-networking: specify ca-certificates pathspec
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>
Diffstat (limited to 'package/glib-networking/glib-networking.mk')
-rw-r--r--package/glib-networking/glib-networking.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/glib-networking/glib-networking.mk b/package/glib-networking/glib-networking.mk
index d4782e01f2..b6e40f84c3 100644
--- a/package/glib-networking/glib-networking.mk
+++ b/package/glib-networking/glib-networking.mk
@@ -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) \
OpenPOWER on IntegriCloud