Merge pull request #4557 from pmahoney/talloc-darwin
talloc: Fix linker flags on darwin.
This commit is contained in:
commit
f426de737c
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# https://bugzilla.samba.org/show_bug.cgi?id=7000
|
||||
postConfigure = if stdenv.isDarwin then ''
|
||||
substituteInPlace "Makefile" --replace "SONAMEFLAG = #" "SONAMEFLAG = -install_name"
|
||||
substituteInPlace "Makefile" --replace "SONAMEFLAG = #" "SONAMEFLAG = -Wl,-install_name,"
|
||||
'' else "";
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user