* update rrdtool to 1.8.0-5
This commit is contained in:
parent
40ad49a8b3
commit
4f764de1e1
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
pkgname=rrdtool
|
pkgname=rrdtool
|
||||||
pkgver=1.8.0
|
pkgver=1.8.0
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="Data logging and graphing application"
|
pkgdesc="Data logging and graphing application"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url="https://www.rrdtool.org"
|
url="https://www.rrdtool.org"
|
||||||
@ -33,6 +33,7 @@ build() {
|
|||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
LUA=/usr/bin/lua5.1 \
|
LUA=/usr/bin/lua5.1 \
|
||||||
LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" LUA_INSTALL_CMOD="/usr/lib/lua/5.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 \
|
./configure --prefix=/usr --localstatedir=/var --disable-rpath \
|
||||||
--enable-perl --enable-perl-site-install --with-perl-options='INSTALLDIRS=vendor' \
|
--enable-perl --enable-perl-site-install --with-perl-options='INSTALLDIRS=vendor' \
|
||||||
--enable-ruby --enable-ruby-site-install --enable-python \
|
--enable-ruby --enable-ruby-site-install --enable-python \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user