projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64685f8
)
[packages] upx: define UCL_NO_ASM to fix build on x86 (ucl is built with --disable...
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 9 Mar 2010 21:23:39 +0000
(21:23 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 9 Mar 2010 21:23:39 +0000
(21:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20107
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/upx/Makefile
patch
|
blob
|
history
diff --git
a/utils/upx/Makefile
b/utils/upx/Makefile
index
4779aa4
..
0837707
100644
(file)
--- a/
utils/upx/Makefile
+++ b/
utils/upx/Makefile
@@
-22,7
+22,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/upx
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=+libucl
+ DEPENDS:=+libucl
+libstdcpp +zlib
TITLE:=The Ultimate Packer for eXecutables
URL:=http://upx.sourceforge.net/
endef
@@
-35,15
+35,12
@@
or other drawbacks for most of the formats supported, because of in-place
decompression.
endef
+MAKE_PATH := src
MAKE_VARS += \
- UPX_UCLDIR="$(STAGING_DIR)/usr/include/ucl" \
exeext=""
-define Build/Compile
- $(call Build/Compile/Default, \
- all \
- )
-endef
+TARGET_CPPFLAGS += \
+ -DUCL_NO_ASM \
define Package/upx/install
$(INSTALL_DIR) $(1)/usr/bin