From: jow Date: Wed, 15 Dec 2010 08:03:05 +0000 (+0000) Subject: [packages] pygobject: fix compilation by explicitely enabling static libs X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=118b63aecfd1043356508e5566d97a04ebaadcab;p=packages.git [packages] pygobject: fix compilation by explicitely enabling static libs git-svn-id: svn://svn.openwrt.org/openwrt/packages@24592 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/pygobject/Makefile b/lang/pygobject/Makefile index 7114325ca..66bfdf34d 100644 --- a/lang/pygobject/Makefile +++ b/lang/pygobject/Makefile @@ -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