Date: Wednesday, January 1, 2020 @ 20:50:21
  Author: bisson
Revision: 372451

remove obsolete workaround thanks to 
https://git.sdaoden.eu/cgit/s-nail.git/commit/?id=a1302cbc3f250075dcfe8cb78ecce38ed9a00dc7

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-01 20:47:48 UTC (rev 372450)
+++ PKGBUILD    2020-01-01 20:50:21 UTC (rev 372451)
@@ -5,7 +5,7 @@
 
 pkgname=s-nail
 pkgver=14.9.16
-pkgrel=1
+pkgrel=2
 pkgdesc='Environment for sending and receiving mail'
 url='https://www.sdaoden.eu/code.html#s-nail'
 license=('custom:BSD')
@@ -25,11 +25,6 @@
 build() {
        cd "${srcdir}/${pkgname}-${pkgver}"
        export CFLAGS+=" $CPPFLAGS"
-
-       # The -j value ends up stored in the binary;
-       # to make the build reproducible, hardcode it.
-       export MAKEFLAGS='-j4'
-
        make \
                VAL_PREFIX=/usr \
                VAL_SYSCONFDIR=/etc \
@@ -39,7 +34,7 @@
                OPT_AUTOCC=0 \
                config
 
-       make --jobs build
+       make build
 }
 
 check() {

Reply via email to