3
0
Fork 0
forked from mirrors/nixpkgs

Revert "heimdal: Disable DCE as it was breaking the build"

This reverts commit 0f2de4c64e.
This commit is contained in:
Eelco Dolstra 2015-06-02 11:35:24 +02:00
parent 6cfea50ad1
commit 056e2c8d6a

View file

@ -55,11 +55,11 @@ stdenv.mkDerivation rec {
(mkWith (optLibcap_ng != null) "capng" null)
(mkWith (optSqlite != null) "sqlite3" sqlite)
(mkEnable (optSqlite != null) "sqlite-cache" null)
(mkWith false "libintl" null) # TODO libintl fix
#(mkWith true "libintl" glibc) # TODO libintl fix
(mkWith true "hdbdir" "/var/lib/heimdal")
(mkWith (optOpenssl != null) "openssl" optOpenssl)
(mkEnable true "pthread-support" null)
(mkEnable false "dce" null) # TODO: Add support
(mkEnable true "dce" null)
(mkEnable true "afs-support" null)
(mkWith (optDb != null) "berkeley-db" optDb)
(mkEnable false "nmdb" null)