samba: use fixDarwinDylibNames
This commit is contained in:
parent
78c018ba8e
commit
b172ff55e3
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchurl, python, pkgconfig, perl, libxslt, docbook_xsl, rpcgen
|
{ lib, stdenv, fetchurl, python, pkgconfig, perl, libxslt, docbook_xsl, rpcgen
|
||||||
, fetchpatch
|
, fetchpatch, fixDarwinDylibNames
|
||||||
, docbook_xml_dtd_42, readline
|
, docbook_xml_dtd_42, readline
|
||||||
, popt, iniparser, libbsd, libarchive, libiconv, gettext
|
, popt, iniparser, libbsd, libarchive, libiconv, gettext
|
||||||
, krb5Full, zlib, openldap, cups, pam, avahi, acl, libaio, fam, libceph, glusterfs
|
, krb5Full, zlib, openldap, cups, pam, avahi, acl, libaio, fam, libceph, glusterfs
|
||||||
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
./4.x-fix-makeflags-parsing.patch
|
./4.x-fix-makeflags-parsing.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = optional stdenv.isDarwin rpcgen;
|
nativeBuildInputs = optionals stdenv.isDarwin [ rpcgen fixDarwinDylibNames ];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ python pkgconfig perl libxslt docbook_xsl docbook_xml_dtd_42 /*
|
[ python pkgconfig perl libxslt docbook_xsl docbook_xml_dtd_42 /*
|
||||||
@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-fhs"
|
"--enable-fhs"
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
|
"--disable-rpath"
|
||||||
]
|
]
|
||||||
++ [(if enableDomainController
|
++ [(if enableDomainController
|
||||||
then "--with-experimental-mit-ad-dc"
|
then "--with-experimental-mit-ad-dc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user