gvfs: switch smb support to samba4

samba3 is deprecated upstream.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2015-03-06 09:50:32 -03:00 committed by Thomas Petazzoni
parent dc6b46d1ba
commit 18582060a6

View file

@ -58,11 +58,11 @@ else
GVFS_CONF_OPTS += --disable-http GVFS_CONF_OPTS += --disable-http
endif endif
ifeq ($(BR2_PACKAGE_SAMBA_LIBSMBCLIENT),y) ifeq ($(BR2_PACKAGE_SAMBA4),y)
GVFS_DEPENDENCIES += samba GVFS_DEPENDENCIES += samba4
GVFS_CONF_OPTS += \ GVFS_CONF_OPTS += \
--enable-samba \ --enable-samba \
--with-samba-includes=$(STAGING_DIR)/usr/include \ --with-samba-includes=$(STAGING_DIR)/usr/include/samba-4.0 \
--with-samba-libs=$(STAGING_DIR)/usr/lib \ --with-samba-libs=$(STAGING_DIR)/usr/lib \
ac_cv_lib_smbclient_smbc_option_get=yes ac_cv_lib_smbclient_smbc_option_get=yes
else else