json-glib: update to 1.10.6
[oi-userland.git] / components / library / mozilla-nss / patches / 06-fix-ssl-test.patch
bloba81c89c1c570d00039949783eb4ba3999ee78310
1 upstream expects GNU egrep
2 diff -r 6b341f8b68ff nss/tests/common/init.sh
3 --- nss-3.93/nss/tests/common/init.sh
4 +++ nss-3.93/nss/tests/common/init.sh
5 @@ -407,7 +407,7 @@ if [ -z "${INIT_SOURCED}" -o "${INIT_SOU
6 # android doesn't have perl, skip the uniq step
7 PATH=.:${DIST}/${OBJDIR}/bin:${DIST}/${OBJDIR}/lib:$PATH
8 else
9 - PATH=.:${DIST}/${OBJDIR}/bin:${DIST}/${OBJDIR}/lib:/bin:/usr/bin:$PATH
10 + PATH=.:${DIST}/${OBJDIR}/bin:${DIST}/${OBJDIR}/lib:/usr/gnu/bin:/bin:/usr/bin:$PATH
11 # added /bin and /usr/bin in the beginning so a local perl will
12 # be used
13 PATH=`perl ../path_uniq -d ':' "$PATH"`