From: Shawn Landen <[email protected]> --- debian/patches/0008_mksnapshot_stdout.patch | 16 ---------------- debian/patches/series | 1 - 2 files changed, 17 deletions(-) delete mode 100644 debian/patches/0008_mksnapshot_stdout.patch
diff --git a/debian/patches/0008_mksnapshot_stdout.patch b/debian/patches/0008_mksnapshot_stdout.patch deleted file mode 100644 index b9f3d64..0000000 --- a/debian/patches/0008_mksnapshot_stdout.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Redirect mksnapshot log to stdout - armel builds typically fail at mksnapshot, for which it is useful to be able to get the actual log. -Forwarded: not-needed -Author: Jérémy Lal <[email protected]> -Last-Update: 2011-10-25 ---- a/tools/gyp/v8.gyp -+++ b/tools/gyp/v8.gyp -@@ -144,7 +144,7 @@ - 'variables': { - 'mksnapshot_flags': [ - '--log-snapshot-positions', -- '--logfile', '<(INTERMEDIATE_DIR)/snapshot.log', -+ '--logfile', '-', - ], - }, - 'conditions': [ diff --git a/debian/patches/series b/debian/patches/series index 03c1b28..c8e6e7a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ -0008_mksnapshot_stdout.patch 0011_use_system_gyp.patch 0014_disable_cross_build.patch -- 1.7.10 _______________________________________________ Pkg-javascript-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel
