samba: Use bundled tdb and ldb
This commit is contained in:
parent
e9687611b6
commit
3b89a6e020
1 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
{ lib, stdenv, fetchurl, python, pkgconfig, perl, libxslt, docbook_xsl
|
||||
, docbook_xml_dtd_42, docbook_xml_dtd_45, readline, talloc, ntdb, tdb, tevent
|
||||
, ldb, popt, iniparser, libbsd, libarchive, libiconv, gettext
|
||||
, docbook_xml_dtd_42, docbook_xml_dtd_45, readline, talloc
|
||||
, popt, iniparser, libbsd, libarchive, libiconv, gettext
|
||||
, kerberos, zlib, openldap, cups, pam, avahi, acl, libaio, fam, libceph, glusterfs
|
||||
, gnutls, libgcrypt, libgpgerror
|
||||
, ncurses, libunwind, libibverbs, librdmacm, systemd
|
||||
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs =
|
||||
[ python pkgconfig perl libxslt docbook_xsl docbook_xml_dtd_42 /*
|
||||
docbook_xml_dtd_45 */ readline talloc ntdb tdb /*tevent*/ ldb popt iniparser
|
||||
docbook_xml_dtd_45 */ readline talloc popt iniparser
|
||||
libbsd libarchive zlib acl fam libiconv gettext libunwind kerberos
|
||||
]
|
||||
++ optionals stdenv.isLinux [ libaio pam systemd ]
|
||||
|
@ -62,9 +62,6 @@ stdenv.mkDerivation rec {
|
|||
"--enable-fhs"
|
||||
"--sysconfdir=/etc"
|
||||
"--localstatedir=/var"
|
||||
"--bundled-libraries=tevent" # see #19013
|
||||
"--private-libraries=NONE"
|
||||
"--builtin-libraries=NONE"
|
||||
]
|
||||
++ optional (!enableDomainController) "--without-ad-dc"
|
||||
++ optionals (!enableLDAP) [ "--without-ldap" "--without-ads" ];
|
||||
|
|
Loading…
Reference in a new issue