View | Details | Raw Unified | Return to bug 232750
Collapse All | Expand All

(-)files/patch-src_Makefile.am (+11 lines)
Line 0 Link Here
1
--- src/Makefile.am.bak	2018-10-27 21:56:16.784704000 +0200
2
+++ src/Makefile.am	2018-10-27 22:01:47.564751000 +0200
3
@@ -518,7 +518,7 @@
4
 # to build the js_embed binary using $(CXX_FOR_BUILD) so that it is executable
5
 # on the build machine in a cross-compilation setup.
6
 js_embed$(EXEEXT): $(srcdir)/google/protobuf/compiler/js/embed.cc
7
-	$(CXX_FOR_BUILD) -o $@ $<
8
+	$(CXX_FOR_BUILD) ${CXXFLAGS} -o $@ $<
9
 js_well_known_types_sources =                                  \
10
 	google/protobuf/compiler/js/well_known_types/any.js          \
11
 	google/protobuf/compiler/js/well_known_types/struct.js       \

Return to bug 232750