mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
jimtcl: change the way of defining the JIMTCL_INSTALL_LIB variable
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
1cb087b28b
commit
a4c2843fbb
@ -32,10 +32,11 @@ JIMTCL_INSTALL_LIB =
|
|||||||
else
|
else
|
||||||
JIMTCL_SHARED = --shared
|
JIMTCL_SHARED = --shared
|
||||||
JIMTCL_LIB = so.$(JIMTCL_VERSION)
|
JIMTCL_LIB = so.$(JIMTCL_VERSION)
|
||||||
JIMTCL_INSTALL_LIB = \
|
define JIMTCL_INSTALL_LIB
|
||||||
$(INSTALL) -D $(@D)/libjim.$(JIMTCL_LIB) \
|
$(INSTALL) -D $(@D)/libjim.$(JIMTCL_LIB) \
|
||||||
$(TARGET_DIR)/usr/lib/libjim.$(JIMTCL_LIB); \
|
$(TARGET_DIR)/usr/lib/libjim.$(JIMTCL_LIB)
|
||||||
ln -s libjim.$(JIMTCL_LIB) $(TARGET_DIR)/usr/lib/libjim.so
|
ln -s libjim.$(JIMTCL_LIB) $(TARGET_DIR)/usr/lib/libjim.so
|
||||||
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define JIMTCL_CONFIGURE_CMDS
|
define JIMTCL_CONFIGURE_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user