Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/pacutils/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
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"
+ '
+)"