]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
FreeBSD: Support different stat format in Makefile.webui.
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Wed, 19 Sep 2018 15:57:24 +0000 (16:57 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 20 Sep 2018 12:35:11 +0000 (14:35 +0200)
commitb251feaa0bdedc2869e45d0922b3c9b181c10089
tree50216f4bc8b49bc763837e1b5dd3bb8f0c9567a8
parent3cf945146d2b6c37718ed3fbbbb6c4fd38839a37
FreeBSD: Support different stat format in Makefile.webui.

The stat program on FreeBSD requires different arguments to GNU
stat. In the past, this is done by the ports patching the Makefile
post-extract.

Instead, we'll configure the program's arguments based on platform.
We'll also use %z (filesize) instead of the port's %b (file blocks) so
we generate equivalent output to the Linux version..
Makefile.webui