mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
memcached: fix cross-compiling
This commit is contained in:
parent
d66c960c23
commit
6b92dd38e1
@ -9,6 +9,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0aav15f0lh8k4i62aza2bdv4s8vv65j38pz2zc4v45snd3arfby0";
|
||||
};
|
||||
|
||||
configureFlags = [
|
||||
"ac_cv_c_endian=${if stdenv.hostPlatform.isBigEndian then "big" else "little"}"
|
||||
];
|
||||
|
||||
buildInputs = [cyrus_sasl libevent];
|
||||
|
||||
hardeningEnable = [ "pie" ];
|
||||
|
Loading…
Reference in New Issue
Block a user