mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
collectd: use --disable-werror
Since version 5.6.0, --disable-werror is available: https://github.com/collectd/collectd/pull/1222 So use this option, instead of adding a hook to remove it from Makefile.in Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
960f58a2d8
commit
50a0f56bca
@ -42,6 +42,7 @@ COLLECTD_CONF_OPTS += \
|
|||||||
--with-nan-emulation \
|
--with-nan-emulation \
|
||||||
--with-fp-layout=$(COLLECTD_FP_LAYOUT) \
|
--with-fp-layout=$(COLLECTD_FP_LAYOUT) \
|
||||||
--with-perl-bindings=no \
|
--with-perl-bindings=no \
|
||||||
|
--disable-werror \
|
||||||
$(foreach p, $(COLLECTD_PLUGINS_DISABLE), --disable-$(p)) \
|
$(foreach p, $(COLLECTD_PLUGINS_DISABLE), --disable-$(p)) \
|
||||||
$(if $(BR2_PACKAGE_COLLECTD_AGGREGATION),--enable-aggregation,--disable-aggregation) \
|
$(if $(BR2_PACKAGE_COLLECTD_AGGREGATION),--enable-aggregation,--disable-aggregation) \
|
||||||
$(if $(BR2_PACKAGE_COLLECTD_APACHE),--enable-apache,--disable-apache) \
|
$(if $(BR2_PACKAGE_COLLECTD_APACHE),--enable-apache,--disable-apache) \
|
||||||
@ -194,14 +195,6 @@ else
|
|||||||
COLLECTD_CONF_OPTS += --with-libgcrypt=no
|
COLLECTD_CONF_OPTS += --with-libgcrypt=no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# released software should not break on minor warnings
|
|
||||||
define COLLECTD_DROP_WERROR
|
|
||||||
$(SED) 's/-Werror//' \
|
|
||||||
$(@D)/src/Makefile.in $(@D)/src/libcollectdclient/Makefile.in
|
|
||||||
endef
|
|
||||||
|
|
||||||
COLLECTD_POST_PATCH_HOOKS += COLLECTD_DROP_WERROR
|
|
||||||
|
|
||||||
define COLLECTD_INSTALL_TARGET_CMDS
|
define COLLECTD_INSTALL_TARGET_CMDS
|
||||||
$(TARGET_MAKE_ENV) $(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) install
|
$(TARGET_MAKE_ENV) $(MAKE) DESTDIR=$(TARGET_DIR) -C $(@D) install
|
||||||
rm -f $(TARGET_DIR)/usr/bin/collectd-nagios
|
rm -f $(TARGET_DIR)/usr/bin/collectd-nagios
|
||||||
|
Loading…
x
Reference in New Issue
Block a user