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

Antonio Rojas arojas at archlinux.org
Tue Nov 5 20:02:48 UTC 2019


    Date: Tuesday, November 5, 2019 @ 20:02:48
  Author: arojas
Revision: 366807

Fix build with python 3.8

Modified:
  hplip/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-05 19:40:56 UTC (rev 366806)
+++ PKGBUILD	2019-11-05 20:02:48 UTC (rev 366807)
@@ -56,6 +56,7 @@
 
 build() {
  cd "$pkgname"-$pkgver
+ export CFLAGS+=" $(python3-config --includes)" # Fix build with python 3.8
  ./configure --prefix=/usr \
              --enable-qt5 \
              --disable-qt4 \



More information about the arch-commits mailing list