mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03:00
samba: explicitly enable libunwind (#201875)
fixes build of pkgsMusl.samba
This commit is contained in:
parent
3bbdb106d6
commit
29b2098551
@ -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 New Issue
Block a user