diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/bochs/PKBUILD | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/bochs/PKBUILD b/community/bochs/PKBUILD new file mode 100644 index 00000000..67fa958d --- /dev/null +++ b/community/bochs/PKBUILD @@ -0,0 +1,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 + ' +)" |