summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2022-08-05 17:44:27 -0300
committerDaniel Bermond2022-08-05 17:44:27 -0300
commit1e0cd7aebfeb097e5cc1b1ad7f00a584faf28f70 (patch)
treeb9b707733ec92ebb68ee71f7f6d0a9e730b1fdd5 /PKGBUILD
parente406310011d4ad63616976aba95ec2fb21c51e4a (diff)
downloadaur-1e0cd7aebfeb097e5cc1b1ad7f00a584faf28f70.tar.gz
Re-enable glibc assertions
Due to an upstream issue[1], it was needed to disable glibc asseritons for making the test suite to pass. This was fixed[2] by upstream. References ---------- [1] https://github.com/libjxl/libjxl/issues/1644 [2] https://github.com/libjxl/libjxl/commit/980c90f65f41066cc4959b4eb80eba906867103b
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbfea6071c9e..5c81c52b997d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=libjxl-git
pkgname=('libjxl-git' 'libjxl-doc-git')
-pkgver=0.6.1.r780.gf5d6e292
+pkgver=0.6.1.r808.g980c90f6
pkgrel=1
pkgdesc='JPEG XL image format reference implementation (git version)'
arch=('x86_64')
@@ -54,7 +54,7 @@ pkgver() {
build() {
export CFLAGS+=' -DNDEBUG -ffat-lto-objects'
- export CXXFLAGS+=' -DNDEBUG -ffat-lto-objects -Wp,-U_GLIBCXX_ASSERTIONS'
+ export CXXFLAGS+=' -DNDEBUG -ffat-lto-objects'
cmake -B build -S libjxl \
-DCMAKE_BUILD_TYPE:STRING='None' \
-DCMAKE_INSTALL_PREFIX:PATH='/usr' \