Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/util-linux/PKGBUILD
blob: 0fc529a1b01e39f634b927739c1a4c7d5e0e7f7a (plain)
1
2
3
4
5
6
7
8
9
10
# raw is deprectated in kernel, raw.h header file missing
eval "$(
  declare -f build | \
    sed '
      s/--enable-raw/--disable-raw/
    '
)"

# we don't have a working ruby (needed by asciidoctor)
makedepends=(${makedepends[@]//asciidoctor/})