projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03dc5b5
)
python: remove libffi dependency hack, not needed anymore
author
Nicolas Thill
<nico@openwrt.org>
Tue, 9 Mar 2010 23:49:07 +0000
(23:49 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 9 Mar 2010 23:49:07 +0000
(23:49 +0000)
SVN-Revision: 20112
lang/python/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/Makefile
b/lang/python/Makefile
index 13880269a13293036a0442258ade4a658763d77e..ac1962f863447fe1cf29ade7ed34d988afb87679 100644
(file)
--- a/
lang/python/Makefile
+++ b/
lang/python/Makefile
@@
-40,7
+40,7
@@
endef
define Package/python
$(call Package/python/Default)
TITLE+= (full)
- DEPENDS:=+libpthread +zlib +
PACKAGE_python:
libffi +python-mini
+ DEPENDS:=+libpthread +zlib +libffi +python-mini
endef
define Package/python/description