projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b012c8
)
python-sip: Host need -fPIC
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Oct 2010 20:31:21 +0000
(20:31 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Oct 2010 20:31:21 +0000
(20:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23599
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
lang/python-sip/Makefile
patch
|
blob
|
history
diff --git
a/lang/python-sip/Makefile
b/lang/python-sip/Makefile
index
3b9368e
..
f09e61f
100644
(file)
--- a/
lang/python-sip/Makefile
+++ b/
lang/python-sip/Makefile
@@
-108,6
+108,8
@@
define Host/Configure
)
endef
+HOST_CFLAGS+=$(HOST_FPIC)
+
define Host/Compile
$(MAKE) $(HOST_JOBS) -C $(HOST_BUILD_DIR) \
CC="$(HOSTCC)" \