commit
24c979a9f1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
, gsaslSupport ? false, gsasl
|
, gsaslSupport ? false, gsasl
|
||||||
, gssSupport ? with stdenv.hostPlatform; (
|
, gssSupport ? with stdenv.hostPlatform; (
|
||||||
!isWindows &&
|
!isWindows &&
|
||||||
# disable gss becuase of: undefined reference to `k5_bcmp'
|
# disable gss because of: undefined reference to `k5_bcmp'
|
||||||
# a very sad story re static: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439039
|
# a very sad story re static: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439039
|
||||||
!isStatic &&
|
!isStatic &&
|
||||||
# the "mig" tool does not configure its compiler correctly. This could be
|
# the "mig" tool does not configure its compiler correctly. This could be
|
||||||
|
|
Loading…
Reference in a new issue