mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
Strip libogg, when copied to root fs
This commit is contained in:
@@ -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
|
||||
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)
|
||||
rm -rf $(TARGET_DIR)/usr/share/doc/$(LIBOGG_NAME)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user