mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
libiconv: strip libcharset as well
This commit is contained in:
parent
bc9512c09d
commit
8aad4a7c41
@ -22,5 +22,6 @@ $(LIBICONV_HOOK_POST_INSTALL):
|
|||||||
rm -f $(TARGET_DIR)/usr/lib/preloadable_libiconv.so
|
rm -f $(TARGET_DIR)/usr/lib/preloadable_libiconv.so
|
||||||
ifneq ($(BR2_ENABLE_DEBUG),y)
|
ifneq ($(BR2_ENABLE_DEBUG),y)
|
||||||
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libiconv.so.*
|
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libiconv.so.*
|
||||||
|
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libcharset.so.*
|
||||||
endif
|
endif
|
||||||
touch $@
|
touch $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user