[Buildroot] [PATCH 11/15] package/rrdtool: migrate to new autopoint flag

Vincent Fazio vfazio at xes-inc.com
Tue Feb 21 17:22:01 UTC 2023


From: Vincent Fazio <vfazio at gmail.com>

Signed-off-by: Vincent Fazio <vfazio at gmail.com>
---
 package/rrdtool/rrdtool.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/rrdtool/rrdtool.mk b/package/rrdtool/rrdtool.mk
index 2731b7b39d..b2cceccedc 100644
--- a/package/rrdtool/rrdtool.mk
+++ b/package/rrdtool/rrdtool.mk
@@ -12,7 +12,7 @@ RRDTOOL_DEPENDENCIES = host-pkgconf libglib2 $(TARGET_NLS_DEPENDENCIES)
 # autoreconf needed to avoid link failure due to missing -lintl,
 # gettextize needed as a consequence of autoreconf
 RRDTOOL_AUTORECONF = YES
-RRDTOOL_GETTEXTIZE = YES
+RRDTOOL_AUTOPOINT = YES
 RRDTOOL_INSTALL_STAGING = YES
 RRDTOOL_CONF_OPTS = \
 	--disable-examples \
-- 
2.25.1




More information about the buildroot mailing list