mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
musl: honor static vs. shared library options
[Thomas: use SHARED_STATIC_LIBS_OPTS to simplify the logic.] Signed-off-by: Charles Duffy <chaduffy@cisco.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f8ce3d3297
commit
bb41933d36
@ -28,7 +28,8 @@ define MUSL_CONFIGURE_CMDS
|
|||||||
--host=$(GNU_TARGET_NAME) \
|
--host=$(GNU_TARGET_NAME) \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libdir=/lib \
|
--libdir=/lib \
|
||||||
--disable-gcc-wrapper)
|
--disable-gcc-wrapper \
|
||||||
|
$(SHARED_STATIC_LIBS_OPTS))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define MUSL_BUILD_CMDS
|
define MUSL_BUILD_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user