mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
tcl: make the libtcl writable in order to be stripped
The libtcl is installed with 0555 and that prevents it from being stripped. Signed-off-by: Richard Genoud <richard.genoud@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8d0413fd37
commit
9444180c15
@ -42,5 +42,12 @@ endef
|
|||||||
TCL_POST_INSTALL_TARGET_HOOKS += TCL_SYMLINK_TCLSH
|
TCL_POST_INSTALL_TARGET_HOOKS += TCL_SYMLINK_TCLSH
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# library get installed read only, so strip fails
|
||||||
|
define TCL_FIXUP_RO_LIB
|
||||||
|
chmod +w $(TARGET_DIR)/usr/lib/libtcl*
|
||||||
|
endef
|
||||||
|
|
||||||
|
TCL_POST_INSTALL_TARGET_HOOKS += TCL_FIXUP_RO_LIB
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
$(eval $(host-autotools-package))
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user