mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
package/keyutils: disable static library for shared only build
Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c24f7cdd11
commit
5dd1134e16
@ -23,6 +23,10 @@ ifeq ($(BR2_STATIC_LIBS),y)
|
|||||||
KEYUTILS_MAKE_PARAMS += NO_SOLIB=1
|
KEYUTILS_MAKE_PARAMS += NO_SOLIB=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_SHARED_LIBS),y)
|
||||||
|
KEYUTILS_MAKE_PARAMS += NO_ARLIB=1
|
||||||
|
endif
|
||||||
|
|
||||||
define KEYUTILS_BUILD_CMDS
|
define KEYUTILS_BUILD_CMDS
|
||||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) $(KEYUTILS_MAKE_PARAMS) -C $(@D)
|
$(TARGET_CONFIGURE_OPTS) $(MAKE) $(KEYUTILS_MAKE_PARAMS) -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user