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

Evangelos Foutras foutrelis at archlinux.org
Sat Oct 26 04:17:59 UTC 2019


    Date: Saturday, October 26, 2019 @ 04:17:59
  Author: foutrelis
Revision: 365762

Fix build with Python 3.8

Modified:
  libimobiledevice/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-26 04:14:41 UTC (rev 365761)
+++ PKGBUILD	2019-10-26 04:17:59 UTC (rev 365762)
@@ -23,6 +23,8 @@
 
 prepare() {
   cd $pkgname
+  # Update ac_python_devel.m4 to newer ax_python_devel.m4
+  git cherry-pick -n eea4f1be91
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list