We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 021705c + d77b813 commit 9855969Copy full SHA for 9855969
vagrant/ansible/roles/qemu/tasks/main.yml
@@ -14,7 +14,7 @@
14
- libseccomp-dev
15
16
- name: configure QEMU
17
- command: ./configure --target-list=x86_64-softmmu --enable-spice --enable-seccomp --prefix=/usr/local --disable-werror
+ command: ./configure --target-list=x86_64-softmmu --enable-spice --enable-seccomp --prefix=/usr/local --disable-werror --disable-pie
18
args:
19
chdir: "{{ root_dir }}/qemu"
20
become: false
0 commit comments