Files
libchromiumcontent/no-sysroot.patch
Karl Cheng 490d4a9357 Accepting request 459699 from home:MargueriteSu:branches:devel:languages:nodejs
submit to devel:languages:nodejs, a dependency for native building of electron (which is not finished yet). I need my branch clean to test refactored nodejs-packaging.

OBS-URL: https://build.opensuse.org/request/show/459699
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/libchromiumcontent?expand=0&rev=1
2017-02-26 01:35:17 +00:00

21 lines
633 B
Diff

Index: libchromiumcontent-50.0.2661.11/script/update
===================================================================
--- libchromiumcontent-50.0.2661.11.orig/script/update
+++ libchromiumcontent-50.0.2661.11/script/update
@@ -31,13 +31,12 @@ def main():
# if not is_source_tarball_updated(version):
# download_source_tarball(version)
- if sys.platform == 'linux2':
- install_sysroot()
+# if sys.platform == 'linux2':
+# install_sysroot()
target_arch = args.target_arch
return (apply_patches() or
copy_chromiumcontent_files() or
- update_clang() or
run_gyp(target_arch))