firefox: update to 69.0.1.

do not define _FILE_OFFSET_BITS anymore as it now breaks things
fixes #13671
This commit is contained in:
Johannes 2019-09-22 00:06:58 +02:00 committed by Johannes
parent 79c09c77f8
commit 825f2dff51

View file

@ -3,7 +3,7 @@
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-i18n".
#
pkgname=firefox
version=69.0
version=69.0.1
revision=1
build_helper="rust"
short_desc="Mozilla Firefox web browser"
@ -11,7 +11,7 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://www.mozilla.org/firefox/"
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
checksum=413c3febdfeb69eade818824eecbdb11eaeda71de229573810afd641ba741ec5
checksum=f5f2f592b8296812d43244d6a50c0c57ad11a5324db8e4e79749545482b79033
lib32disabled=yes
@ -111,10 +111,6 @@ do_build() {
mkdir -p third_party/rust/libloading/.deps
case "$XBPS_TARGET_MACHINE" in
i686*)
export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
export CXXFLAGS+=" -D_FILE_OFFSET_BITS=64"
;;
armv7*)
export CFLAGS+=" -mfpu=neon -Wno-psabi"
export CXXFLAGS+=" -mfpu=neon -Wno-psabi"