summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorPeter Korsgaard2009-02-05 00:51:11 +0100
committerPeter Korsgaard2009-02-05 00:51:11 +0100
commit4fc25fcf10b5daf3d81d7273bf07adeb715a5ee0 (patch)
tree4e4ae886671f7442eac42c0a399139b94898750a /package
parentmicroperl: strip target binary (diff)
downloadbuildroot-4fc25fcf10b5daf3d81d7273bf07adeb715a5ee0.tar.gz
buildroot-4fc25fcf10b5daf3d81d7273bf07adeb715a5ee0.tar.xz
buildroot-4fc25fcf10b5daf3d81d7273bf07adeb715a5ee0.zip
tremor: strip target lib
Diffstat (limited to 'package')
-rw-r--r--package/multimedia/libvorbis/libvorbis.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/multimedia/libvorbis/libvorbis.mk b/package/multimedia/libvorbis/libvorbis.mk
index 09cee54c1..38a4185f8 100644
--- a/package/multimedia/libvorbis/libvorbis.mk
+++ b/package/multimedia/libvorbis/libvorbis.mk
@@ -108,7 +108,8 @@ $(TREMOR_DIR)/.libs: $(TREMOR_DIR)/.configured
touch $@
$(TARGET_DIR)/usr/lib/tremor.so: $(TREMOR_DIR)/.libs
- $(MAKE) prefix=$(TARGET_DIR)/usr -C $(TREMOR_DIR) install
+ $(MAKE) prefix=$(TARGET_DIR)/usr -C $(TREMOR_DIR) \
+ $(if $(BR2_STRIP_none),install,install-strip)
touch $@
$(TARGET_DIR)/usr/lib/tremor.a: $(TARGET_DIR)/usr/lib/tremor.so