From 6b44298795b3c5c0a373808ffafa8ac51507e131 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 29 Jan 2023 14:37:27 +0100 Subject: community/pacutils: added -D_FILE_OFFSET_BITS=64 (see FS32#317) --- community/pacutils/PKGBUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/pacutils/PKGBUILD (limited to 'community') diff --git a/community/pacutils/PKGBUILD b/community/pacutils/PKGBUILD new file mode 100644 index 00000000..8d11e5cc --- /dev/null +++ b/community/pacutils/PKGBUILD @@ -0,0 +1,10 @@ +# see https://bugs.archlinux32.org/index.php?do=details&task_id=317 +# see https://github.com/andrewgregory/pacutils/pull/51 +# see https://github.com/CyberShadow/aconfmgr/issues/159 +eval "$( + declare -f build | \ + sed ' + /make CFLAGS/ i \ + CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64" + ' +)" -- cgit v1.2.3-54-g00ecf