summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Stecker2024-04-04 15:48:47 -0400
committerFlorian Stecker2024-04-04 15:48:47 -0400
commitb3bd97a6bcd4b098768ac0a0f1840280fd7f72a7 (patch)
tree1ff3e3ed5351bcf950d47b013281c6b6c6ede8af
parent42d2fbbf13c9c02bee5fc84e392522c86096b0bc (diff)
downloadaur-b3bd97a6bcd4b098768ac0a0f1840280fd7f72a7.tar.gz
Disable "debug" option
The default /etc/makepkg.conf now includes the "debug" option (see https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/- /commit/c787e8c65e0b1c92a98f81e8dddf234042cbb4e9) which uses "debugedit" to modify binaries during the packaging process. Unfortunately this messes up the llpp binary (I'd guess this happens for any ocaml program). The simplest solution is to just disable "debug".
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index faf5c27d4a4e..c7f3b9f26969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ optdepends=('djvulibre: for llppac djvu conversion'
'inotify-tools: for the llpp.inotify autoreload wrapper'
'librsvg: for llppac svg conversion'
'unoconv: for llppac office conversion')
-options=('!strip')
+options=('!strip' '!debug')
source=("git+$url#commit=$_commit")
b2sums=('SKIP')