Skip to content
Snippets Groups Projects
Unverified Commit ca7c71a5 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

node: fix build on Debian Jessie

parent 0c8f637d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ While we're at it, also enable parallel builds.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
diff --git a/lang/node/Makefile b/lang/node/Makefile
index 243c8a5..e6fe843 100644
index 243c8a5..bde7906 100644
--- a/lang/node/Makefile
+++ b/lang/node/Makefile
@@ -8,17 +8,21 @@
......@@ -34,3 +34,12 @@ index 243c8a5..e6fe843 100644
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
PKG_LICENSE:=
@@ -56,6 +60,8 @@ HOST_CONFIGURE_ARGS:= \
HOST_CONFIGURE_CMD:=python ./configure
+HOST_MAKE_FLAGS += CXXFLAGS='-std=c++11'
+
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment