|
@@ -14,59 +14,59 @@ SAMBA4_DEPENDENCIES = host-e2fsprogs host-heimdal e2fsprogs popt python zlib \
|
|
$(if $(BR2_PACKAGE_READLINE),readline)
|
|
$(if $(BR2_PACKAGE_READLINE),readline)
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_ACL),y)
|
|
ifeq ($(BR2_PACKAGE_ACL),y)
|
|
- SAMBA4_CONF_OPTS += --with-acl-support
|
|
|
|
- SAMBA4_DEPENDENCIES += acl
|
|
|
|
|
|
+SAMBA4_CONF_OPTS += --with-acl-support
|
|
|
|
+SAMBA4_DEPENDENCIES += acl
|
|
else
|
|
else
|
|
- SAMBA4_CONF_OPTS += --without-acl-support
|
|
|
|
|
|
+SAMBA4_CONF_OPTS += --without-acl-support
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_CUPS),y)
|
|
ifeq ($(BR2_PACKAGE_CUPS),y)
|
|
- SAMBA4_CONF_ENV += CUPS_CONFIG="$(STAGING_DIR)/usr/bin/cups-config"
|
|
|
|
- SAMBA4_CONF_OPTS += --enable-cups
|
|
|
|
- SAMBA4_DEPENDENCIES += cups
|
|
|
|
|
|
+SAMBA4_CONF_ENV += CUPS_CONFIG="$(STAGING_DIR)/usr/bin/cups-config"
|
|
|
|
+SAMBA4_CONF_OPTS += --enable-cups
|
|
|
|
+SAMBA4_DEPENDENCIES += cups
|
|
else
|
|
else
|
|
- SAMBA4_CONF_OPTS += --disable-cups
|
|
|
|
|
|
+SAMBA4_CONF_OPTS += --disable-cups
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBAIO),y)
|
|
ifeq ($(BR2_PACKAGE_LIBAIO),y)
|
|
- SAMBA4_CONF_OPTS += --with-aio-support
|
|
|
|
- SAMBA4_DEPENDENCIES += libaio
|
|
|
|
|
|
+SAMBA4_CONF_OPTS += --with-aio-support
|
|
|
|
+SAMBA4_DEPENDENCIES += libaio
|
|
else
|
|
else
|
|
- SAMBA4_CONF_OPTS += --without-aio-support
|
|
|
|
|
|
+SAMBA4_CONF_OPTS += --without-aio-support
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_DBUS)$(BR2_PACKAGE_AVAHI_DAEMON),yy)
|
|
ifeq ($(BR2_PACKAGE_DBUS)$(BR2_PACKAGE_AVAHI_DAEMON),yy)
|
|
- SAMBA4_CONF_OPTS += --enable-avahi
|
|
|
|
- SAMBA4_DEPENDENCIES += avahi
|
|
|
|
|
|
+SAMBA4_CONF_OPTS += --enable-avahi
|
|
|
|
+SAMBA4_DEPENDENCIES += avahi
|
|
else
|
|
else
|
|
- SAMBA4_CONF_OPTS += --disable-avahi
|
|
|
|
|
|
+SAMBA4_CONF_OPTS += --disable-avahi
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_GAMIN),y)
|
|
ifeq ($(BR2_PACKAGE_GAMIN),y)
|
|
- SAMBA4_CONF_OPTS += --with-fam
|
|
|
|
- SAMBA4_DEPENDENCIES += gamin
|
|
|
|
|
|
+SAMBA4_CONF_OPTS += --with-fam
|
|
|
|
+SAMBA4_DEPENDENCIES += gamin
|
|
else
|
|
else
|
|
- SAMBA4_CONF_OPTS += --without-fam
|
|
|
|
|
|
+SAMBA4_CONF_OPTS += --without-fam
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_GETTEXT),y)
|
|
ifeq ($(BR2_PACKAGE_GETTEXT),y)
|
|
- SAMBA4_CONF_OPTS += --with-gettext=$(STAGING_DIR)/usr
|
|
|
|
- SAMBA4_DEPENDENCIES += gettext
|
|
|
|
|
|
+SAMBA4_CONF_OPTS += --with-gettext=$(STAGING_DIR)/usr
|
|
|
|
+SAMBA4_DEPENDENCIES += gettext
|
|
else
|
|
else
|
|
- SAMBA4_CONF_OPTS += --without-gettext
|
|
|
|
|
|
+SAMBA4_CONF_OPTS += --without-gettext
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
|
ifeq ($(BR2_PACKAGE_GNUTLS),y)
|
|
- SAMBA4_CONF_OPTS += --enable-gnutls
|
|
|
|
- SAMBA4_DEPENDENCIES += gnutls
|
|
|
|
|
|
+SAMBA4_CONF_OPTS += --enable-gnutls
|
|
|
|
+SAMBA4_DEPENDENCIES += gnutls
|
|
else
|
|
else
|
|
- SAMBA4_CONF_OPTS += --disable-gnutls
|
|
|
|
|
|
+SAMBA4_CONF_OPTS += --disable-gnutls
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_NCURSES_TARGET_FORM)$(BR2_PACKAGE_NCURSES_TARGET_MENU)$(BR2_PACKAGE_NCURSES_TARGET_PANEL),yyy)
|
|
ifeq ($(BR2_PACKAGE_NCURSES_TARGET_FORM)$(BR2_PACKAGE_NCURSES_TARGET_MENU)$(BR2_PACKAGE_NCURSES_TARGET_PANEL),yyy)
|
|
- SAMBA4_DEPENDENCIES += ncurses
|
|
|
|
|
|
+SAMBA4_DEPENDENCIES += ncurses
|
|
else
|
|
else
|
|
- SAMBA4_CONF_OPTS += --without-regedit
|
|
|
|
|
|
+SAMBA4_CONF_OPTS += --without-regedit
|
|
endif
|
|
endif
|
|
|
|
|
|
define SAMBA4_CONFIGURE_CMDS
|
|
define SAMBA4_CONFIGURE_CMDS
|