package/sslh: fix script, does not build in parallel
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 21 Feb 2017 21:12:22 +0000 (22:12 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 23 Feb 2017 20:50:38 +0000 (21:50 +0100)
commit5d436ac5a6271ed08774c7110e4569c6b4484c4e
tree7fdc4406893cf65f5329da0c4ddf1db59496dc8c
parent3b1f2c7719da847c3a5f9b8f54225212cc399da2
package/sslh: fix script, does not build in parallel

The Makefile is not parallel-safe, so we build with MAKE1. Since the
source is very small, this has minor impact on performance.

The genver.sh script contains a troll character U+c2a0 (non-break space)
which is refused by some versions of /bin/sh. Patch it away.

Fixes:
    http://autobuild.buildroot.net/results/867/867c74ed74fd04ab06d1a10ff34ca177fe005fd2/
    http://autobuild.buildroot.net/results/f97/f971629bc99147f9014e52c6ef71c3417faa6b67/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: David Bachelart <david.bachelart@bbright.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/sslh/0002-replace-U+c2a0.patch [new file with mode: 0644]
package/sslh/sslh.mk