disable docs in package zziplib as those cause trouble on Mac OS X

This commit is contained in:
Volker Grabsch 2011-05-27 15:52:52 +02:00
parent 2b7790493f
commit ce8294a612
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
# don't build and install docs
(echo '# DISABLED'; echo 'all:'; echo 'install:') > '$(1)/docs/Makefile.in'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-mmap \