pycairo: fix compilation by explicitely enabling static libs
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 15 Dec 2010 07:37:36 +0000 (07:37 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 15 Dec 2010 07:37:36 +0000 (07:37 +0000)
SVN-Revision: 24591

lang/pycairo/Makefile

index 56a378acd7be6e84cf9c59ffd6f0337376e87765..d09b6fe55c76f9cd72b1f5ef33aad28d2ccd374d 100644 (file)
@@ -21,6 +21,8 @@ $(call include_mk, python-package.mk)
 
 PKG_INSTALL=1
 
+CONFIGURE_ARGS += --enable-static
+
 define Package/pycairo
   SUBMENU:=Python
   SECTION:=lang