[Buildroot] [git commit] glib-networking: specify ca-certificates pathspec

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 20 20:36:33 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=c061e39ca23642297ca568f5bd0edfbe92903a0a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/glib-networking/glib-networking.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/glib-networking/glib-networking.mk b/package/glib-networking/glib-networking.mk
index d4782e0..b6e40f8 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) \


More information about the buildroot mailing list