From: lars Date: Mon, 8 Feb 2010 17:33:50 +0000 (+0000) Subject: [package] pygobject: Compile with fPIC X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0cce0a955515774f7aaa23a9911e9913a8c55946;p=packages.git [package] pygobject: Compile with fPIC git-svn-id: svn://svn.openwrt.org/openwrt/packages@19552 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/pygobject/Makefile b/lang/pygobject/Makefile index 31097fd45..202067b5c 100644 --- a/lang/pygobject/Makefile +++ b/lang/pygobject/Makefile @@ -24,6 +24,8 @@ EXTRA_LDFLAGS+= \ -L$(STAGING_DIR)/usr/lib/libintl/lib/ \ -L$(STAGING_DIR)/usr/lib/libiconv/lib/ +TARGET_CFLAGS += $(FPIC) + define Package/python-gobject SUBMENU:=Python SECTION:=lang