mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 19:46:31 +01:00
fix(avahi): use gdbm backend and disable conflicting dbm option
This commit is contained in:
parent
564ad875ab
commit
7f6be11622
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ src_configure() {
|
||||||
--build="${host_triplet}" \
|
--build="${host_triplet}" \
|
||||||
--with-distro=lfs \
|
--with-distro=lfs \
|
||||||
--disable-stack-protector \
|
--disable-stack-protector \
|
||||||
--enable-dbm \
|
--enable-gdbm \
|
||||||
|
--disable-dbm \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-glib \
|
--disable-glib \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue