Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
rrdtool


Commits:
f7027d99 by Antonio Rojas at 2024-06-09T13:25:12+02:00
Ruby 3.2 rebuild

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/rrdtool/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = rrdtool
        pkgdesc = Data logging and graphing application
        pkgver = 1.8.0
-       pkgrel = 4
+       pkgrel = 5
        url = https://www.rrdtool.org
        arch = x86_64
        license = GPL


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=rrdtool
 pkgver=1.8.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Data logging and graphing application"
 arch=('x86_64')
 url="https://www.rrdtool.org";
@@ -32,6 +32,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 \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rrdtool/-/commit/f7027d99b829371c69f24253d5dca7d69db12f99

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rrdtool/-/commit/f7027d99b829371c69f24253d5dca7d69db12f99
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to