[Pkg-javascript-devel] Bug#675856: [PATCH 4/5] upstream now supports native compile

Shawn Landden shawnlandden at gmail.com
Sun Jun 3 21:16:07 UTC 2012


From: Shawn Landen <shawnlandden at gmail.com>

---
 debian/patches/0014_disable_cross_build.patch |   25 -------------------------
 debian/patches/series                         |    1 -
 2 files changed, 26 deletions(-)
 delete mode 100644 debian/patches/0014_disable_cross_build.patch

diff --git a/debian/patches/0014_disable_cross_build.patch b/debian/patches/0014_disable_cross_build.patch
deleted file mode 100644
index dfdd6ab..0000000
--- a/debian/patches/0014_disable_cross_build.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: arm and mips targets are cross compiled by default, disable this.
-Forwarded: not-needed, upstream do not promote building on same host as target arch.
-Author: Jérémy Lal <kapouer at melix.org>
-Last-Update: 2011-12-28
---- a/Makefile
-+++ b/Makefile
-@@ -216,14 +216,14 @@
- 	              -Ibuild/standalone.gypi --depth=. -Dtarget_arch=x64 \
- 	              -S-x64 $(GYPFLAGS)
- 
--$(OUTDIR)/Makefile-arm: $(GYPFILES) $(ENVFILE) build/armu.gypi
-+$(OUTDIR)/Makefile-arm: $(GYPFILES) $(ENVFILE)
- 	gyp --generator-output="$(OUTDIR)" build/all.gyp \
--	              -Ibuild/standalone.gypi --depth=. -Ibuild/armu.gypi \
-+	              -Ibuild/standalone.gypi --depth=. -Dtarget_arch=arm \
- 	              -S-arm $(GYPFLAGS)
- 
--$(OUTDIR)/Makefile-mips: $(GYPFILES) $(ENVFILE) build/mipsu.gypi
-+$(OUTDIR)/Makefile-mips: $(GYPFILES) $(ENVFILE)
- 	gyp --generator-output="$(OUTDIR)" build/all.gyp \
--	              -Ibuild/standalone.gypi --depth=. -Ibuild/mipsu.gypi \
-+	              -Ibuild/standalone.gypi --depth=. -Dtarget_arch=mips \
- 	              -S-mips $(GYPFLAGS)
- 
- $(OUTDIR)/Makefile-native: $(GYPFILES) $(ENVFILE)
diff --git a/debian/patches/series b/debian/patches/series
index c8e6e7a..474ea22 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 0011_use_system_gyp.patch
-0014_disable_cross_build.patch
-- 
1.7.10






More information about the Pkg-javascript-devel mailing list