bugfix: don't build the docs of package libvpx

This commit is contained in:
Volker Grabsch 2010-10-22 23:32:45 +02:00
parent 4b7e00d7e7
commit c988d7fac7
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ define $(PKG)_BUILD
./configure \
--prefix='$(PREFIX)/$(TARGET)' \
--target=x86-win32-gcc \
--disable-examples
--disable-examples \
--disable-install-docs
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
$(TARGET)-ranlib $(PREFIX)/$(TARGET)/lib/libvpx.a