From: Lars-Peter Clausen Date: Mon, 8 Feb 2010 17:33:50 +0000 (+0000) Subject: [package] pygobject: Compile with fPIC X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c1dca338c4082da40e38cb16e898809a914b9d49;p=openwrt%2Fsvn-archive%2Farchive.git [package] pygobject: Compile with fPIC SVN-Revision: 19552 --- diff --git a/lang/pygobject/Makefile b/lang/pygobject/Makefile index 31097fd459..202067b5c7 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