|
@@ -7,6 +7,7 @@
|
|
|
SAMBA4_VERSION = 4.2.0
|
|
|
SAMBA4_SITE = http://ftp.samba.org/pub/samba
|
|
|
SAMBA4_SOURCE = samba-$(SAMBA4_VERSION).tar.gz
|
|
|
+SAMBA4_INSTALL_STAGING = YES
|
|
|
SAMBA4_LICENSE = GPLv3+
|
|
|
SAMBA4_LICENSE_FILES = COPYING
|
|
|
SAMBA4_DEPENDENCIES = host-e2fsprogs host-heimdal e2fsprogs popt python zlib \
|
|
@@ -113,6 +114,10 @@ define SAMBA4_BUILD_CMDS
|
|
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
|
|
|
endef
|
|
|
|
|
|
+define SAMBA4_INSTALL_STAGING_CMDS
|
|
|
+ $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(STAGING_DIR) install
|
|
|
+endef
|
|
|
+
|
|
|
define SAMBA4_INSTALL_TARGET_CMDS
|
|
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
|
|
|
endef
|