diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-02-21 13:25:39 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-02-21 13:25:39 -0300 |
commit | 904aaeee3b5018852c0fba9cd6bcba7035662eef (patch) | |
tree | 78f3c45d38a0d30ccec44ce86626d9dfd65cf6bc | |
parent | 96bdf44b98a44263a0fcffb063f3b2895cbb7d1c (diff) | |
download | qt5webkit-904aaeee3b5018852c0fba9cd6bcba7035662eef.tar.gz |
Remove code in debian/rules that tried to fix the above unsuccessfully.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 745f01c..ae140be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ qtwebkit-opensource-src (5.2.1+dfsg-2) UNRELEASED; urgency=medium [ Lisandro Damián Nicanor Pérez Meyer ] * Backport fix_ftbfs_in_archs_without_jit_support.patch to fix FTBFSs in archs without JIT support. + * Remove code in debian/rules that tried to fix the above unsuccessfully. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Fri, 21 Feb 2014 13:21:40 -0300 diff --git a/debian/rules b/debian/rules index e54ee3f..4a6fcea 100755 --- a/debian/rules +++ b/debian/rules @@ -24,12 +24,6 @@ ifneq (,$(filter $(DEB_HOST_ARCH),alpha)) export DEB_LDFLAGS_MAINT_APPEND := -Wl,--no-relax endif -# Workaround FTBFS in 64 bits big endian archs. -# See https://bugs.webkit.org/show_bug.cgi?id=113638 -ifneq (,$(filter $(DEB_BUILD_ARCH),alpha hppa ia64 powerpc ppc64 sparc sparc64 s390 s390x)) - export DEB_CPPFLAGS_MAINT_APPEND += -DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0 -endif - %: dh $@ --parallel --dbg-package=libqt5webkit5-dbg --with pkgkde_symbolshelper |