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

Evangelos Foutras foutrelis at archlinux.org
Wed Apr 8 12:59:44 UTC 2020


    Date: Wednesday, April 8, 2020 @ 12:59:43
  Author: foutrelis
Revision: 379823

upgpkg: make 4.3-2: temporarily build without guile (for libffi)

Modified:
  make/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-08 12:33:16 UTC (rev 379822)
+++ PKGBUILD	2020-04-08 12:59:43 UTC (rev 379823)
@@ -4,7 +4,7 @@
 
 pkgname=make
 pkgver=4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU make utility to maintain groups of programs"
 arch=('x86_64')
 url="https://www.gnu.org/software/make"
@@ -18,7 +18,7 @@
 
 build() {
 	cd "${pkgname}-${pkgver}"
-	./configure --prefix=/usr
+	./configure --prefix=/usr --without-guile
 	make
 }
 



More information about the arch-commits mailing list