]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Fix handling of downloaded files
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 29 Mar 2021 16:09:32 +0000 (17:09 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 29 Mar 2021 21:49:34 +0000 (22:49 +0100)
commitaf5e05f553c8b7c8de861a6ad074c3a82e440ed1
treeb8f1e55efecf3181ae0c2e4e99006ee71219cda4
parentd7a8f8d73a824808a63fc8f8a8d11e901b09e705
Fix handling of downloaded files

We want the MinGW package builds to have the downloads provided in advance
as part of the source RPM, instead of requiring network access and fetching
them once for each of the win32 and win64 builds.

So let make find the file in its VPATH and then use the full pathname that
it puts into $< for the recipe. And use that recipe to validate the hash
of the file too.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Makefile.am