diff --git a/extra/texlive-bin/.SRCINFO b/extra/texlive-bin/.SRCINFO index d7da529df..cb3e02164 100644 --- a/extra/texlive-bin/.SRCINFO +++ b/extra/texlive-bin/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = texlive-bin pkgver = 2024.2 - pkgrel = 3 + pkgrel = 4 url = https://tug.org/texlive/ arch = x86_64 license = GPL-2.0-or-later diff --git a/extra/texlive-bin/PKGBUILD b/extra/texlive-bin/PKGBUILD index b3d0e99e4..8158402ee 100644 --- a/extra/texlive-bin/PKGBUILD +++ b/extra/texlive-bin/PKGBUILD @@ -11,7 +11,7 @@ pkgname=(texlive-bin libsynctex) pkgver=2024.2 -pkgrel=3 +pkgrel=4 license=(GPL-2.0-or-later) arch=(x86_64) makedepends=(bash @@ -71,6 +71,7 @@ build() { mkdir -p build cd build + CFLAGS=${CFLAGS/FORTIFY_SOURCE=3/FORTIFY_SOURCE=2} # https://gitlab.archlinux.org/archlinux/packaging/packages/texlive-bin/-/issues/3 CFLAGS+=" -Wno-incompatible-pointer-types" \ ax_cv_c_float_words_bigendian=no \ ../configure --prefix=/usr -C \