disable parallel builds
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 5 Nov 2013 09:02:40 +0000 (10:02 +0100)
committerYoungjae Shin <yj99.shin@samsung.com>
Tue, 9 Jun 2015 12:04:20 +0000 (21:04 +0900)
Parallel builds are broken and/or not supported by upstream. The
generated Makefile lacks the geocoding_data.cc ->
generate_geocoding_data dependency and thus code generator may still
be producing the file when the C++ compiler is already parsing it.

Change-Id: Ibd3c1414ad2f7842dfa5af474ef6d4f9f4adbb57
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
packaging/libphonenumber.changes
packaging/libphonenumber.spec

index 7fbfdbd..b944ddf 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Nov 05 2013 Patrick Ohly <patrick.ohly@intel.com> accepted/tizen/20130915.152958@ab8509e
+- disable parallel builds
+
 * Fri Sep 13 20:38:13 UTC 2013 - tracy.graydon@intel.com
 - TIVI-1785: fix build failure on boost system
 - Fix rpmlint failure on "." in summaries
index 2501cee..869bc11 100644 (file)
@@ -38,7 +38,11 @@ the Android framework since 4.0 (Ice Cream Sandwich).
 %build
 cmake -DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=%{_prefix} cpp
 
-%{__make} %{?jobs:-j%jobs}
+# Parallel builds are broken and/or not supported by upstream, don't
+# use them. The generated Makefile lacks the geocoding_data.cc ->
+# generate_geocoding_data dependency and thus code generator may still
+# be producing the file when the C++ compiler is already parsing it.
+%{__make}
 
 %install
 %{__make} DESTDIR=%{buildroot} install