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

Jelle van der Waa jelle at archlinux.org
Sat Dec 7 11:20:44 UTC 2019


    Date: Saturday, December 7, 2019 @ 11:20:44
  Author: jelle
Revision: 370525

upgpkg: s-nail 14.9.15-3

Hardcode MAKEFLAGS to make s-nail reproducible, s-nail hardcodes the MAKEFLAGS
in it's binary which makes the package unreproducible since our build server and
local builds vary in the use of -j.

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-07 09:25:10 UTC (rev 370524)
+++ PKGBUILD	2019-12-07 11:20:44 UTC (rev 370525)
@@ -5,7 +5,7 @@
 
 pkgname=s-nail
 pkgver=14.9.15
-pkgrel=2
+pkgrel=3
 pkgdesc='Environment for sending and receiving mail'
 url='https://www.sdaoden.eu/code.html#s-nail'
 license=('custom:BSD')
@@ -25,7 +25,7 @@
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	CFLAGS+=" $CPPFLAGS"
-	make \
+	MAKEFLAGS=-j1 make \
 		VAL_PREFIX=/usr \
 		VAL_SYSCONFDIR=/etc \
 		VAL_LIBEXECDIR=/usr/lib \



More information about the arch-commits mailing list