mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
Strip gettext libraries on the target
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c8f70347ec
commit
9042d92943
@ -154,6 +154,8 @@ endif
|
|||||||
$(TARGET_DIR)/usr/lib/libintl.so: $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY)
|
$(TARGET_DIR)/usr/lib/libintl.so: $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY)
|
||||||
cp -dpf $(STAGING_DIR)/usr/lib/libgettext*.so* \
|
cp -dpf $(STAGING_DIR)/usr/lib/libgettext*.so* \
|
||||||
$(STAGING_DIR)/usr/lib/libintl*.so* $(TARGET_DIR)/usr/lib/
|
$(STAGING_DIR)/usr/lib/libintl*.so* $(TARGET_DIR)/usr/lib/
|
||||||
|
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libgettext*.so*
|
||||||
|
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libintl*.so*
|
||||||
rm -f $(addprefix $(TARGET_DIR)/usr/lib/, \
|
rm -f $(addprefix $(TARGET_DIR)/usr/lib/, \
|
||||||
libgettext*.so*.la libintl*.so*.la)
|
libgettext*.so*.la libintl*.so*.la)
|
||||||
touch -c $@
|
touch -c $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user