diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2018-11-28 21:05:40 -0800 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-11-29 16:29:24 +0100 |
commit | 257a2118be2b0664e2b8dbda344a74443f70db86 (patch) | |
tree | 6355690ed8f70a5165659a0d959f9a7fec33e3da /package/domoticz/0002-CMakeLists.txt-fix-build-with-python-and-cmake-3.7.patch | |
parent | 0839e4a85e929c0faa30ee7a5e9d8ac74b9d04ab (diff) | |
download | buildroot-257a2118be2b0664e2b8dbda344a74443f70db86.tar.gz buildroot-257a2118be2b0664e2b8dbda344a74443f70db86.zip |
xfsprogs: Define PLATFORM to linux
PLATFORM is an environment variable used by xfsprogs' configure script
to determine the platform for which the applications are being built. If
we set some incorrect/unsupported value through e.g: export, this will
be picked up by xfsprogs' configure script and used as-is and assigned
to PKG_PLATFORM, which will lead to build failures.
If PLATFORM was empty/unset, then uname on the host building xfsprogs
gets used to determine the build platform, which again could be
incorrect if we e.g: built xfsprogs on a Darwin system.
Since we are obviously building for Linux, let's just make sure we
define it that way which solves both issues.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/domoticz/0002-CMakeLists.txt-fix-build-with-python-and-cmake-3.7.patch')
0 files changed, 0 insertions, 0 deletions