[Buildroot] svn commit: trunk/buildroot/package/multimedia/libvorbis

egtvedt at uclibc.org egtvedt at uclibc.org
Fri Dec 5 09:47:16 UTC 2008


Author: egtvedt
Date: 2008-12-05 01:47:16 -0800 (Fri, 05 Dec 2008)
New Revision: 24281

Log:
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.



Modified:
   trunk/buildroot/package/multimedia/libvorbis/libvorbis.mk


Changeset:
Modified: trunk/buildroot/package/multimedia/libvorbis/libvorbis.mk
===================================================================
--- trunk/buildroot/package/multimedia/libvorbis/libvorbis.mk	2008-12-05 09:46:17 UTC (rev 24280)
+++ trunk/buildroot/package/multimedia/libvorbis/libvorbis.mk	2008-12-05 09:47:16 UTC (rev 24281)
@@ -115,7 +115,7 @@
 	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)
 




More information about the buildroot mailing list