From 7d5d638a892949cd4033d2284a5777e0cb34591b Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sun, 18 Oct 2009 23:56:22 +0200 Subject: 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 --- package/gvfs/gvfs.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/gvfs') diff --git a/package/gvfs/gvfs.mk b/package/gvfs/gvfs.mk index 94a5eb76b..7d71f34a1 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 -- cgit v1.2.3