disable parallel builds 65/11765/3 accepted/tizen/ivi/stable accepted/tizen_ivi_panda tizen_ivi_panda accepted/tizen/ivi/panda/20140321.223313 submit/tizen/20131106.073000 submit/tizen_common/20140526.165954 submit/tizen_ivi_panda/20140321.223643
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 5 Nov 2013 09:02:40 +0000 (10:02 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Tue, 5 Nov 2013 09:04:45 +0000 (10:04 +0100)
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