summaryrefslogtreecommitdiffstats
path: root/rules/host-cmake.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2023-01-13 18:06:13 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-01-22 20:31:52 +0100
commit9c752963983a6de1c4205ba6c53f097d9ab1099f (patch)
tree060e274a29d30ba8db094ba979508ebf6db99e30 /rules/host-cmake.make
parent196d9a00220ba9f32d2c6a8f983154c6311393c1 (diff)
downloadptxdist-9c752963983a6de1c4205ba6c53f097d9ab1099f.tar.gz
ptxdist-9c752963983a6de1c4205ba6c53f097d9ab1099f.tar.xz
use /usr in sysroot-host and sysroot-cross
Building packages with prefix=/ is getting more difficult. For sysroot-host and sysroot-cross is doesn't really matter, so switch to prefix=/usr here as well. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-cmake.make')
-rw-r--r--rules/host-cmake.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-cmake.make b/rules/host-cmake.make
index 338009f3b..03b2d519f 100644
--- a/rules/host-cmake.make
+++ b/rules/host-cmake.make
@@ -50,7 +50,7 @@ HOST_CMAKE_CONF_ENV := \
HOST_CMAKE_BUILD_OOT := YES
HOST_CMAKE_CONF_TOOL := autoconf
HOST_CMAKE_CONF_OPT := \
- $(HOST_AUTOCONF) \
+ --prefix=/usr \
-- \
-DBUILD_TESTING=NO \
-DCMAKE_USE_OPENSSL=NO