Explorar o código

tremor: strip target lib

Peter Korsgaard %!s(int64=16) %!d(string=hai) anos
pai
achega
4fc25fcf10
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      package/multimedia/libvorbis/libvorbis.mk

+ 2 - 1
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