these patches add upx and libucl packages.
From http://upx.sourceforge.net/ UPX is a free, portable, extendable, high-performance executable packer for several different executable formats. It achieves an excellent compression ratio and offers very fast decompression. Your executables suffer no memory overhead or other drawbacks for most of the formats supported, because of in-place decompression. -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/packages@19768 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
12
utils/upx/patches/100-disable_doc.patch
Normal file
12
utils/upx/patches/100-disable_doc.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -pruN upx-3.04.orig//Makefile upx-3.04/Makefile
|
||||
--- upx-3.04.orig//Makefile 2010-02-18 15:07:46.894410571 +0100
|
||||
+++ upx-3.04/Makefile 2010-02-18 15:08:32.758657685 +0100
|
||||
@@ -35,7 +35,7 @@ ifeq ($(BUILD_STUB),1)
|
||||
$(MAKE) -C src/stub $@
|
||||
endif
|
||||
$(MAKE) -C src $@
|
||||
- $(MAKE) -C doc $@
|
||||
+# $(MAKE) -C doc $@
|
||||
|
||||
|
||||
ifneq ($(wildcard .hg/.),)
|
Reference in New Issue
Block a user