changeset 1850:8a38c4a5b1ea

disable docs in package zziplib as those cause trouble on Mac OS X
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 27 May 2011 15:52:52 +0200
parents e9ccf30fcdaa
children ff2b56abe67e
files src/zziplib.mk
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/zziplib.mk	Fri May 27 14:57:01 2011 +0200
+++ b/src/zziplib.mk	Fri May 27 15:52:52 2011 +0200
@@ -19,6 +19,8 @@
 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 \