|
@@ -90,6 +90,11 @@ SYSTEMD_CONF_OPTS += \
|
|
-Dumount-path=/usr/bin/umount \
|
|
-Dumount-path=/usr/bin/umount \
|
|
-Dutmp=false
|
|
-Dutmp=false
|
|
|
|
|
|
|
|
+ifeq ($(BR2_nios2),y)
|
|
|
|
+# Nios2 ld emits warnings, make warnings not to be treated as errors
|
|
|
|
+SYSTEMD_LDFLAGS = $(TARGET_LDFLAGS) -Wl,--no-fatal-warnings
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_ACL),y)
|
|
ifeq ($(BR2_PACKAGE_ACL),y)
|
|
SYSTEMD_DEPENDENCIES += acl
|
|
SYSTEMD_DEPENDENCIES += acl
|
|
SYSTEMD_CONF_OPTS += -Dacl=true
|
|
SYSTEMD_CONF_OPTS += -Dacl=true
|