|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-SMARTMONTOOLS_VERSION = 6.5
|
|
|
+SMARTMONTOOLS_VERSION = 7.1
|
|
|
SMARTMONTOOLS_SITE = http://downloads.sourceforge.net/project/smartmontools/smartmontools/$(SMARTMONTOOLS_VERSION)
|
|
|
SMARTMONTOOLS_LICENSE = GPL-2.0+
|
|
|
SMARTMONTOOLS_LICENSE_FILES = COPYING
|
|
@@ -23,4 +23,11 @@ else
|
|
|
SMARTMONTOOLS_CONF_OPTS += --without-selinux
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
|
|
+SMARTMONTOOLS_CONF_OPTS += --with-libsystemd
|
|
|
+SMARTMONTOOLS_DEPENDENCIES += systemd
|
|
|
+else
|
|
|
+SMARTMONTOOLS_CONF_OPTS += --without-libsystemd
|
|
|
+endif
|
|
|
+
|
|
|
$(eval $(autotools-package))
|