Disable xen option by adding '--disable-xen' to CONFIGURE_ARGS. Xen extension
is currently broken on FreeBSD and pusleaudio tries to build it when it finds Xen libraries on the host, so build fails in this case. PR: 202170 Approved by: kwm
This commit is contained in:
parent
420e50e884
commit
95c270496f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393717
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ CONFIGURE_ARGS= --localstatedir=/var \
|
|||
--disable-gtk3 \
|
||||
--disable-systemd \
|
||||
--disable-neon-opt \
|
||||
--disable-xen \
|
||||
--disable-lirc # untested
|
||||
|
||||
#FIXME --with-database=auto|tdb|gdbm|simple
|
||||
|
|
Loading…
Reference in a new issue