package/pkg-cmake.mk: build host with shared libs
CMake offers the BUILD_SHARED_LIBS flag as a default parameter and most packages honor them. Similar to pkg-autotools.mk build host packages always with BUILD_SHARED_LIBS=ON. Signed-off-by: Michael Nosthoff <buildroot@heine.tech> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
d8cf79e187
commit
0be62bf9f0
@ -146,6 +146,7 @@ define $(2)_CONFIGURE_CMDS
|
||||
-DBUILD_TEST=OFF \
|
||||
-DBUILD_TESTS=OFF \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
$$(CMAKE_QUIET) \
|
||||
$$($$(PKG)_CONF_OPTS) \
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user