summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb74c89ed4d0..ba10fb644a2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,6 +48,10 @@ build() {
patch -p1 -i ${srcdir}/fix_png.patch || return 1
patch -p1 -i ${srcdir}/fix_configures.patch || return 1
+ ## Fix build with glibc 2.32+
+ ## Remove a deprecated (& rather pointless) header inclusion
+ sed -i "36d" cngpijmon/cnijnpr/cnijnpr/cnijnpr.c
+
## Compile model specific stuff
# ppd file
msg "Compile PPD file..."