Skip to content

Commit 9855969

Browse files
authored
Merge pull request #182 from KVM-VMI/fix/qemu_pie
vagrant/qemu: fix QEMU build (no pie)
2 parents 021705c + d77b813 commit 9855969

File tree

1 file changed

+1
-1
lines changed
  • vagrant/ansible/roles/qemu/tasks

1 file changed

+1
-1
lines changed

vagrant/ansible/roles/qemu/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- libseccomp-dev
1515

1616
- name: configure QEMU
17-
command: ./configure --target-list=x86_64-softmmu --enable-spice --enable-seccomp --prefix=/usr/local --disable-werror
17+
command: ./configure --target-list=x86_64-softmmu --enable-spice --enable-seccomp --prefix=/usr/local --disable-werror --disable-pie
1818
args:
1919
chdir: "{{ root_dir }}/qemu"
2020
become: false

0 commit comments

Comments
 (0)