summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-02-04 23:51:11 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-02-04 23:51:11 +0000
commit4fc25fcf10b5daf3d81d7273bf07adeb715a5ee0 (patch)
tree4e4ae886671f7442eac42c0a399139b94898750a
parent5b1dbd2031994fdc5eb1191a06fc91292dd129b1 (diff)
downloadbuildroot-novena-4fc25fcf10b5daf3d81d7273bf07adeb715a5ee0.tar.gz
buildroot-novena-4fc25fcf10b5daf3d81d7273bf07adeb715a5ee0.zip
tremor: strip target lib
-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