mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
gettext: fixup library permissions
libintl.so* is installed without +x permissions thus preventing stripping. Fix it up in the post install target hooks. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
abd5db62fd
commit
96ac9ef5be
@ -58,5 +58,12 @@ endef
|
|||||||
endif
|
endif
|
||||||
endif # GETTEXT_TOOLS = n
|
endif # GETTEXT_TOOLS = n
|
||||||
|
|
||||||
|
# Library lacks +x so strip skips it
|
||||||
|
define GETTEXT_FIX_LIBRARY_MODE
|
||||||
|
-chmod +x $(TARGET_DIR)/usr/lib/libintl.so*
|
||||||
|
endef
|
||||||
|
|
||||||
|
GETTEXT_POST_INSTALL_TARGET_HOOKS += GETTEXT_FIX_LIBRARY_MODE
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
$(eval $(host-autotools-package))
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user