Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/pacutils/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pacutils/PKGBUILD')
-rw-r--r--extra/pacutils/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/pacutils/PKGBUILD b/extra/pacutils/PKGBUILD
new file mode 100644
index 00000000..8d11e5cc
--- /dev/null
+++ b/extra/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"
+ '
+)"