package/pkg-cmake.mk: use /run as runtime path
Since many years now, /run is the standard runstate directory for Linux systems, and Buildroot follows this standard. Encode this as the default for CMake packages. Note that we don't really care for host packages. Signed-off-by: Norbert Lange <nolange79@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
5eccf75a7c
commit
372ecbff2d
@ -90,6 +90,7 @@ define $(2)_CONFIGURE_CMDS
|
||||
$$($$(PKG)_CONF_ENV) $$(BR2_CMAKE) $$($$(PKG)_SRCDIR) \
|
||||
-DCMAKE_TOOLCHAIN_FILE="$$(HOST_DIR)/share/buildroot/toolchainfile.cmake" \
|
||||
-DCMAKE_INSTALL_PREFIX="/usr" \
|
||||
-DCMAKE_INSTALL_RUNSTATEDIR="/run" \
|
||||
-DCMAKE_COLOR_MAKEFILE=OFF \
|
||||
-DBUILD_DOC=OFF \
|
||||
-DBUILD_DOCS=OFF \
|
||||
|
Loading…
Reference in New Issue
Block a user