summaryrefslogtreecommitdiff
path: root/community/bochs/PKGBUILD
blob: 67fa958d1bae20bc838e1349ee9dad28c3771fc8 (plain)
1
2
3
4
5
6
7
8
9
--enable-pcidev
# disable host PCI device mapping, not supported for newer kernels in Bochs itself

eval "$(
  declare -f build | \
    sed '
      s@--enable-pcidev@--disable-pcidev@g
    '
)"