Strip libogg, when copied to root fs
This commit is contained in:
parent
45d164dc53
commit
ca97e83af3
@ -51,6 +51,7 @@ $(STAGING_DIR)/usr/lib/libogg.so: $(LIBOGG_DIR)/.libs
|
|||||||
|
|
||||||
$(TARGET_DIR)/usr/lib/libogg.so: $(STAGING_DIR)/usr/lib/libogg.so
|
$(TARGET_DIR)/usr/lib/libogg.so: $(STAGING_DIR)/usr/lib/libogg.so
|
||||||
cp -dpf $(STAGING_DIR)/usr/lib/libogg.so* $(TARGET_DIR)/usr/lib
|
cp -dpf $(STAGING_DIR)/usr/lib/libogg.so* $(TARGET_DIR)/usr/lib
|
||||||
|
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libogg.so*
|
||||||
ifneq ($(strip $(BR2_HAVE_MANPAGES)),y)
|
ifneq ($(strip $(BR2_HAVE_MANPAGES)),y)
|
||||||
rm -rf $(TARGET_DIR)/usr/share/doc/$(LIBOGG_NAME)
|
rm -rf $(TARGET_DIR)/usr/share/doc/$(LIBOGG_NAME)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user