projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b1dbd2
)
tremor: strip target lib
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 4 Feb 2009 23:51:11 +0000
(23:51 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 4 Feb 2009 23:51:11 +0000
(23:51 -0000)
package/multimedia/libvorbis/libvorbis.mk
patch
|
blob
|
history
diff --git
a/package/multimedia/libvorbis/libvorbis.mk
b/package/multimedia/libvorbis/libvorbis.mk
index 09cee54c12984255d8a5b4dca3ef7be4ea33c8f4..38a4185f83dce58ce70b1e11a023305389cb3f89 100644
(file)
--- 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