index
:
openwrt-packages.git
Community maintained packages for OpenWrt
log msg
author
committer
range
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Attila Lendvai <attila@lendvai.name>
2015-09-27 22:54:02 +0200
committer
Karl Palsson <karlp@remake.is>
2015-09-28 17:42:05 +0000
commit
2bb9f6b9c786ffdcd738ad3611ee1091d08ffc59
(
patch
)
tree
b0878df0201e6aa458f2ffa2a82bc8431b377a05
parent
d003d3c06d1efb65e950c7cd5d658af2b0975b01
(
diff
)
python: fix cross-compiling C++ modules.
Signed-off-by: Attila Lendvai <attila@lendvai.name>
Diffstat
-rw-r--r--
lang/python/files/python-package.mk
1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python/files/python-package.mk b/lang/python/files/python-package.mk
index 5ab35195d..b4be3a8ee 100644
--- a/
lang/python/files/python-package.mk
+++ b/
lang/python/files/python-package.mk
@@ -103,6 +103,7 @@ define Build/Compile/PyMod
cd $(PKG_BUILD_DIR)/$(strip $(1)); \
CC="$(TARGET_CC)" \
CCSHARED="$(TARGET_CC) $(FPIC)" \
+ CXX="$(TARGET_CXX)" \
LD="$(TARGET_CC)" \
LDSHARED="$(TARGET_CC) -shared" \
CFLAGS="$(TARGET_CFLAGS)" \