diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-08-20 13:48:51 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-20 22:36:33 +0200 |
commit | c061e39ca23642297ca568f5bd0edfbe92903a0a (patch) | |
tree | 06aa854875c90b1142ca243d3f15bb225d821615 /package/glib-networking | |
parent | 435b6f5d4a26cbd2799d6fac1b4bffdabc63f977 (diff) |
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')
-rw-r--r-- | package/glib-networking/glib-networking.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/glib-networking/glib-networking.mk b/package/glib-networking/glib-networking.mk index d4782e01f..b6e40f84c 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) \ |