浏览代码

libvorbis: tremor depends on host-autoconf and host-automake

This patch adds host-autoconf and host-automake as dependencies to tremor, this
is needed for it to compile.
Hans-Christian Egtvedt 16 年之前
父节点
当前提交
e8a2c6954a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/multimedia/libvorbis/libvorbis.mk

+ 1 - 1
package/multimedia/libvorbis/libvorbis.mk

@@ -115,7 +115,7 @@ $(TARGET_DIR)/usr/lib/tremor.a: $(TARGET_DIR)/usr/lib/tremor.so
 	cp -dpf $(TREMOR_DIR)/lib/tremor.a $(TARGET_DIR)/usr/lib/
 	touch $@
 
-tremor: uclibc pkgconfig libogg $(TARGET_DIR)/usr/lib/tremor.so
+tremor: uclibc pkgconfig host-autoconf host-automake libogg $(TARGET_DIR)/usr/lib/tremor.so
 
 tremor-source: $(DL_DIR)/$(TREMOR_SOURCE)