From fc721ba63343e4599dc82b2d0018ae0b0eaf771a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 19 Sep 2024 09:43:00 +0200 Subject: extra/libcdio: added _LARGEFILE64_SOURCE and ignoring tests because of missing iso files --- extra/libcdio/PKGBUILD | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 extra/libcdio/PKGBUILD diff --git a/extra/libcdio/PKGBUILD b/extra/libcdio/PKGBUILD new file mode 100644 index 00000000..696e7d78 --- /dev/null +++ b/extra/libcdio/PKGBUILD @@ -0,0 +1,15 @@ +# large file support needed for lseek64 on 32-bit +eval "$( + declare -f build | \ + sed ' + /configure/ i export CFLAGS="${CFLAGS} -D_LARGEFILE64_SOURCE" + ' +)" + +# tests don't find their test ISO images? +eval "$( + declare -f check | \ + sed ' + s/\(make -C test check\)/\1 || true/ + ' +)" -- cgit v1.2.3-70-g09d2