these patches add upx and libucl packages.
[openwrt/svn-archive/archive.git] / utils / upx / patches / 100-disable_doc.patch
1 diff -pruN upx-3.04.orig//Makefile upx-3.04/Makefile
2 --- upx-3.04.orig//Makefile 2010-02-18 15:07:46.894410571 +0100
3 +++ upx-3.04/Makefile 2010-02-18 15:08:32.758657685 +0100
4 @@ -35,7 +35,7 @@ ifeq ($(BUILD_STUB),1)
5 $(MAKE) -C src/stub $@
6 endif
7 $(MAKE) -C src $@
8 - $(MAKE) -C doc $@
9 +# $(MAKE) -C doc $@
10
11
12 ifneq ($(wildcard .hg/.),)