diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template index a3bf4898696..d9f08d7a16b 100644 --- a/srcpkgs/thunderbird/template +++ b/srcpkgs/thunderbird/template @@ -3,14 +3,14 @@ # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/thunderbird-i18n". # pkgname=thunderbird -version=60.7.0 +version=60.7.1 revision=1 short_desc="Standalone Mail/News reader" maintainer="Enno Boland " homepage="https://www.thunderbird.net/" license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later" distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz" -checksum=377ca762624df103dd768dc36b7632537b46aa83ddc9d336a157cadcde8bb51d +checksum=f638cb12415af3a34134fa6c60ba082752c949461ca92e529205a05ac6486453 archs="i686* x86_64* ppc64*" lib32disabled=yes @@ -85,6 +85,8 @@ do_build() { i686*) export CFLAGS+=" -D_FILE_OFFSET_BITS=64" export CXXFLAGS+=" -D_FILE_OFFSET_BITS=64" + # ENOMEM + echo "ac_add_options --disable-debug-symbols" >>.mozconfig ;; esac