diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-01-10 21:22:28 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-01-10 21:22:28 -0300 |
commit | ec4c3ef88b63547ee6f2c38cc12bbba669f6bc6e (patch) | |
tree | 383ed791cbbee04f1f7824cb4925be2a80594f47 | |
parent | 7c54233b8d01873efe55b25394a142c3c57ca9f2 (diff) | |
download | qt5webkit-ec4c3ef88b63547ee6f2c38cc12bbba669f6bc6e.tar.gz |
f we are undefining them we don't need to specify the value.
-rw-r--r-- | debian/patches/disable_jit_llint.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/disable_jit_llint.diff b/debian/patches/disable_jit_llint.diff index 8fcaf0d..2a46a5e 100644 --- a/debian/patches/disable_jit_llint.diff +++ b/debian/patches/disable_jit_llint.diff @@ -11,7 +11,7 @@ Last-Update: 2014-01-05 +# Disable JIT and llint on archs where it FTBFS. +equals(QT_ARCH, ia64)|equals(QT_ARCH, s390)|equals(QT_ARCH, sparc) { -+ DEFINES -= ENABLE_JIT=1 ENABLE_LLINT=1 ++ DEFINES -= ENABLE_JIT ENABLE_LLINT + DEFINES += ENABLE_JIT=0 ENABLE_LLINT=0 +} + |