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:
parent
dc6b46d1ba
commit
18582060a6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user