diff --git a/mozilla/nsprpub/configure b/mozilla/nsprpub/configure index 3ea508e170b..5d9ec29f6f1 100755 --- a/mozilla/nsprpub/configure +++ b/mozilla/nsprpub/configure @@ -4583,7 +4583,7 @@ EOF fi else CFLAGS="$CFLAGS -xstrconst" - CXXFLAGS="$CXXFLAGS -Qoption cg -xstrconst" + CXXFLAGS="$CXXFLAGS -Qoption cg -xstrconst -features=tmplife" if test -z "$MOZ_OPTIMIZE"; then CFLAGS="$CFLAGS -xs" CXXFLAGS="$CXXFLAGS -xs" diff --git a/mozilla/nsprpub/configure.in b/mozilla/nsprpub/configure.in index 3fa563052ae..c6319ea00f9 100644 --- a/mozilla/nsprpub/configure.in +++ b/mozilla/nsprpub/configure.in @@ -1689,7 +1689,7 @@ mips-sony-newsos*) fi else CFLAGS="$CFLAGS -xstrconst" - CXXFLAGS="$CXXFLAGS -Qoption cg -xstrconst" + CXXFLAGS="$CXXFLAGS -Qoption cg -xstrconst -features=tmplife" if test -z "$MOZ_OPTIMIZE"; then CFLAGS="$CFLAGS -xs" CXXFLAGS="$CXXFLAGS -xs"