summaryrefslogtreecommitdiffstats
path: root/rules/protobuf.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/protobuf.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/protobuf.make')
-rw-r--r--rules/protobuf.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/protobuf.make b/rules/protobuf.make
index a5c126443..f66811b26 100644
--- a/rules/protobuf.make
+++ b/rules/protobuf.make
@@ -36,7 +36,7 @@ PROTOBUF_CONF_OPT := \
--disable-64bit-solaris \
--disable-static \
--$(call ptx/wwo, PTXCONF_PROTOBUF_ZLIB)-zlib \
- --with-protoc=$(PTXDIST_SYSROOT_HOST)/bin/protoc
+ --with-protoc=$(PTXDIST_SYSROOT_HOST)/usr/bin/protoc
# ----------------------------------------------------------------------------
# Target-Install