summaryrefslogtreecommitdiff
path: root/extra/qemu/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-05-02 18:28:56 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-05-02 18:28:56 +0200
commit001f5e4df0bb0c2cc21b4ab0dc620949e1ef2047 (patch)
tree4e5b59cc1ef66c7182a4c78407bc7e98cc2f28ce /extra/qemu/PKGBUILD
parent883c76d55b6f4ce25482db23172ce12af31685cf (diff)
downloadpackages-001f5e4df0bb0c2cc21b4ab0dc620949e1ef2047.tar.xz
extra/qemu: removed patch for glibc 2.27 (is fixed upstream)
Diffstat (limited to 'extra/qemu/PKGBUILD')
-rw-r--r--extra/qemu/PKGBUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD
index 3a862424..0ccb8f88 100644
--- a/extra/qemu/PKGBUILD
+++ b/extra/qemu/PKGBUILD
@@ -13,14 +13,3 @@ eval "$(
s@rm qemu/block-{iscsi,rbd,gluster}.so@rm qemu/block-{iscsi,gluster}.so@
'
)"
-
-# see https://git.qemu.org/?p=qemu.git;a=commit;h=75e5b70e6b5dcc4f2219992d7cffa462aa406af0
-source+=('qemu-2.11.1-glibc-2.27-mman_create.patch')
-sha256sums+=('5653219a0d4ff8312e7bc4a5f6202ae637607e114e68d4c9fcf8492ab23706bb')
-
-eval "$(
- declare -f prepare | \
- sed '
- /allow_elf64.patch/a patch -Np1 -i ../qemu-2.11.1-glibc-2.27-mman_create.patch
- '
-)"