From: Sven Neumann Date: Sun, 18 Oct 2009 21:56:22 +0000 (+0200) Subject: gvfs: explicitly specify samba include and library paths X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7d5d638a892949cd4033d2284a5777e0cb34591b;p=buildroot.git gvfs: explicitly specify samba include and library paths The gvfs configure script has --with-samba-includes and --with-samba-libs options. Use these to point it to the libsmbclient files in the staging dir. Signed-off-by: Sven Neumann Signed-off-by: Peter Korsgaard --- diff --git a/package/gvfs/gvfs.mk b/package/gvfs/gvfs.mk index 94a5eb76b7..7d71f34a16 100644 --- a/package/gvfs/gvfs.mk +++ b/package/gvfs/gvfs.mk @@ -63,6 +63,8 @@ ifeq ($(BR2_PACKAGE_SAMBA_LIBSMBCLIENT),y) GVFS_DEPENDENCIES += samba GVFS_CONF_OPT += \ --enable-samba \ + --with-samba-includes=$(STAGING_DIR)/usr/include \ + --with-samba-libs=$(STAGING_DIR)/usr/lib \ ac_cv_lib_smbclient_smbc_option_get=yes else GVFS_CONF_OPT += --disable-samba