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
|
# https://bugzilla.samba.org/show_bug.cgi?id=7000
|
||||||
postConfigure = if stdenv.isDarwin then ''
|
postConfigure = if stdenv.isDarwin then ''
|
||||||
substituteInPlace "Makefile" --replace "SONAMEFLAG = #" "SONAMEFLAG = -install_name"
|
substituteInPlace "Makefile" --replace "SONAMEFLAG = #" "SONAMEFLAG = -Wl,-install_name,"
|
||||||
'' else "";
|
'' else "";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user