[packages] pygobject: fix compilation by explicitely enabling static libs
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 15 Dec 2010 08:03:05 +0000 (08:03 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 15 Dec 2010 08:03:05 +0000 (08:03 +0000)
SVN-Revision: 24592

lang/pygobject/Makefile

index 7114325ca8ba5b040d5ae01dd4b7b784078fde07..66bfdf34d88717fd62cbd7ca2acb56161893df84 100644 (file)
@@ -25,6 +25,7 @@ EXTRA_LDFLAGS+= \
        -L$(STAGING_DIR)/usr/lib/libiconv/lib/
 
 TARGET_CFLAGS += $(FPIC)
+CONFIGURE_ARGS += --enable-static
 
 define Package/python-gobject
   SUBMENU:=Python