package/bison: fix parallel build issue
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 2 Aug 2019 07:04:39 +0000 (09:04 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 2 Aug 2019 07:46:23 +0000 (09:46 +0200)
commitb9c2894298a11e414c1fa276ad28de8d4960a1f9
tree2c4d1e21b8115f393361e6954fe842563bd0485a
parent1003af2ebebd7043e9c03b3368b90399c71eb183
package/bison: fix parallel build issue

Following the bump of Bison to 3.4.1 in commit
d3c2f33543b91670f8ead627ec7975142b9e6b5a, the build started failing on
autobuilders using a fairly old version of make (3.81). The failure is
caused by a parallel build problem in examples/c/reccalc/.

Fixing it is not trivial, and would require autoreconf, which then
fails due to help2man being missing. So for the time being, simply
disable parallel build on bison.

The issue has been reported to the bug-bison@ mailing list, but the
e-mail doesn't appear yet in the mailing list archives.

Fixes:

  http://autobuild.buildroot.net/results/856/8568bcef944096f2c21470d36f02b520989af5eb/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/bison/bison.mk