[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>
@@ -28,7 +28,8 @@ define MUSL_CONFIGURE_CMDS
--host=$(GNU_TARGET_NAME) \
--prefix=/usr \
--libdir=/lib \
- --disable-gcc-wrapper)
+ --disable-gcc-wrapper \
+ $(SHARED_STATIC_LIBS_OPTS))
endef
define MUSL_BUILD_CMDS