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:
b147f02
)
pycairo: fix compilation by explicitely enabling static libs
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 15 Dec 2010 07:37:36 +0000
(07:37 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 15 Dec 2010 07:37:36 +0000
(07:37 +0000)
SVN-Revision: 24591
lang/pycairo/Makefile
patch
|
blob
|
history
diff --git
a/lang/pycairo/Makefile
b/lang/pycairo/Makefile
index 56a378acd7be6e84cf9c59ffd6f0337376e87765..d09b6fe55c76f9cd72b1f5ef33aad28d2ccd374d 100644
(file)
--- a/
lang/pycairo/Makefile
+++ b/
lang/pycairo/Makefile
@@
-21,6
+21,8
@@
$(call include_mk, python-package.mk)
PKG_INSTALL=1
+CONFIGURE_ARGS += --enable-static
+
define Package/pycairo
SUBMENU:=Python
SECTION:=lang