[arch-commits] Commit in rrdtool/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Fri Dec 10 14:33:51 UTC 2021


    Date: Friday, December 10, 2021 @ 14:33:51
  Author: foutrelis
Revision: 431822

upgpkg: rrdtool 1.7.2-10: fix build with Python 3.10

Modified:
  rrdtool/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-10 13:55:25 UTC (rev 431821)
+++ PKGBUILD	2021-12-10 14:33:51 UTC (rev 431822)
@@ -2,7 +2,7 @@
 
 pkgname=rrdtool
 pkgver=1.7.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Data logging and graphing application"
 arch=('x86_64')
 url="https://www.rrdtool.org"
@@ -23,8 +23,9 @@
 
   # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
   sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am
-  aclocal
-  automake
+
+  # https://github.com/oetiker/rrdtool-1.x/issues/1135
+  autoreconf -vi
 }
 
 build() {



More information about the arch-commits mailing list