projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2694c5
)
fix python libffi dependency for targets which do not support libffi
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 9 Jan 2009 13:02:17 +0000
(13:02 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 9 Jan 2009 13:02:17 +0000
(13:02 +0000)
SVN-Revision: 13950
lang/python/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/Makefile
b/lang/python/Makefile
index f548b6b85cb707a02c3c82fa667d31ed3c1026ed..67768adff3f965aca1015b3a0877e4ecc0eada26 100644
(file)
--- a/
lang/python/Makefile
+++ b/
lang/python/Makefile
@@
-41,7
+41,7
@@
endef
define Package/python
$(call Package/python/Default)
TITLE+= (full)
- DEPENDS:=+libpthread +zlib +libffi
+ DEPENDS:=+libpthread +zlib +
PACKAGE_python:
libffi
PROVIDES:=python-core
endef