tools: patch: Fix build by not modifing Makefile.am
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 14 Oct 2018 14:42:45 +0000 (16:42 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 14 Oct 2018 14:47:15 +0000 (16:47 +0200)
commit759f111f8d7f2d9f5f12713fc6f48ce6422997ec
tree6509a8d142669fe5c3ef2afe3365f9c33f234c69
parent07e8c217cb79a19c59fcb34ea6de39aa91a625b6
tools: patch: Fix build by not modifing Makefile.am

A new test case was adding in one of the patches fixing a problem, this
also included a change in the test/Makefile.am to add this test case.
The build system detected a change in the Makefile.am and wants to
regenerate the Makefile.in, but this fails because automake-1.15 is not
installed yet. As automake depends on patch being build first, make sure
we do not modify the Makefile.am.

This fixes build problem seen by the build bots.

Fixes: 4797dddfde6 ("patch: apply upstream cve fixes")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
tools/Makefile
tools/patch/patches/010-CVE-2018-1000156.patch
tools/patch/patches/020-CVE-2018-6952.patch