[gnome-continuous] manifest: mozjs38 configure verbose



commit 982cf23f26e7efebc12f590abed5994b08a5f40b
Author: Philip Chimento <philip endlessm com>
Date:   Wed Feb 15 14:49:45 2017 -0800

    manifest: mozjs38 configure verbose
    
    Try setting $srcdir before changing directory

 manifest.json                  |    2 +-
 patches/mozjs38-buildapi.patch |    7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index ad9e623..4b0ed87 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1389,7 +1389,7 @@
 
     "initramfs-build-epoch": {"version": 0},
     
-       "build-epoch": {"version": 117,
+       "build-epoch": {"version": 118,
                        "all": false,
                        "component-names": [ "mozjs38" ]}
 }
diff --git a/patches/mozjs38-buildapi.patch b/patches/mozjs38-buildapi.patch
index 0238db1..aa4cad5 100644
--- a/patches/mozjs38-buildapi.patch
+++ b/patches/mozjs38-buildapi.patch
@@ -27,11 +27,12 @@ new file mode 100755
 index 0000000..93ef339
 --- /dev/null
 +++ b/configure
-@@ -0,0 +1,4 @@
-+#!/bin/sh
+@@ -0,0 +1,5 @@
++#!/bin/sh -x
++srcdir=$(readlink -f $(dirname $0))
 +mkdir -p js/src
 +cd js/src
-+exec $(readlink -f $(dirname $0))/js/src/configure "$@"
++exec $srcdir/js/src/configure "$@"
 -- 
 1.7.1
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]