Revert "Explicitly pass -pthread flag to fix the build after some updates"
This reverts commit ed38a2d32b643e5ea545f09058d3774b097675b4.
This commit is contained in:
parent
6c878e0d05
commit
6cfea50ad1
@ -77,10 +77,6 @@ stdenv.mkDerivation rec {
|
|||||||
(mkEnable true "heimdal-documentation" null)
|
(mkEnable true "heimdal-documentation" null)
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
|
||||||
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -pthread"
|
|
||||||
'';
|
|
||||||
|
|
||||||
# We need to build hcrypt for applications like samba
|
# We need to build hcrypt for applications like samba
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
(cd lib/hcrypto; make)
|
(cd lib/hcrypto; make)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user