samba: explicitly enable libunwind (#201875)
fixes build of pkgsMusl.samba
This commit is contained in:
parent
3bbdb106d6
commit
29b2098551
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ stdenv.mkDerivation rec {
|
|||
wafConfigureFlags = [
|
||||
"--with-static-modules=NONE"
|
||||
"--with-shared-modules=ALL"
|
||||
"--with-libunwind"
|
||||
"--enable-fhs"
|
||||
"--sysconfdir=/etc"
|
||||
"--localstatedir=/var"
|
||||
|
|
Loading…
Reference in a new issue