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

Jelle van der Waa jelle at archlinux.org
Tue Aug 27 16:18:29 UTC 2019


    Date: Tuesday, August 27, 2019 @ 16:18:29
  Author: jelle
Revision: 361279

Build with python3

Modified:
  syslinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-27 14:34:59 UTC (rev 361278)
+++ PKGBUILD	2019-08-27 16:18:29 UTC (rev 361279)
@@ -79,7 +79,7 @@
   cd syslinux
   export LDFLAGS+=--no-dynamic-linker  # workaround for binutils 2.28 http://www.syslinux.org/wiki/index.php?title=Building
   export EXTRA_CFLAGS=-fno-PIE   # to fix gpxe build
-  make PYTHON=python2 $_targets
+  make PYTHON=python $_targets
 }
 
 package() {



More information about the arch-commits mailing list