projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11cc5eb
)
[package] pygobject: Compile with fPIC
author
Lars-Peter Clausen
<lars@metafoo.de>
Mon, 8 Feb 2010 17:33:50 +0000
(17:33 +0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Mon, 8 Feb 2010 17:33:50 +0000
(17:33 +0000)
SVN-Revision: 19552
lang/pygobject/Makefile
patch
|
blob
|
history
diff --git
a/lang/pygobject/Makefile
b/lang/pygobject/Makefile
index 31097fd45988b8e3c339cb3aa76eb6f09a14cbc4..202067b5c7cc8254143221b1a80ac4b7499d0023 100644
(file)
--- 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