* update rrdtool to 1.8.0-5

This commit is contained in:
Alexander Baldeck 2024-07-21 14:44:12 +02:00
parent 40ad49a8b3
commit 4f764de1e1

View File

@ -3,7 +3,7 @@
pkgname=rrdtool
pkgver=1.8.0
pkgrel=4
pkgrel=5
pkgdesc="Data logging and graphing application"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://www.rrdtool.org"
@ -33,6 +33,7 @@ build() {
cd ${pkgname}-${pkgver}
LUA=/usr/bin/lua5.1 \
LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
CFLAGS+=" -Wno-incompatible-pointer-types" \
./configure --prefix=/usr --localstatedir=/var --disable-rpath \
--enable-perl --enable-perl-site-install --with-perl-options='INSTALLDIRS=vendor' \
--enable-ruby --enable-ruby-site-install --enable-python \