memcached: fix cross-compiling
This commit is contained in:
parent
d66c960c23
commit
6b92dd38e1
@ -9,6 +9,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0aav15f0lh8k4i62aza2bdv4s8vv65j38pz2zc4v45snd3arfby0";
|
sha256 = "0aav15f0lh8k4i62aza2bdv4s8vv65j38pz2zc4v45snd3arfby0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
configureFlags = [
|
||||||
|
"ac_cv_c_endian=${if stdenv.hostPlatform.isBigEndian then "big" else "little"}"
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [cyrus_sasl libevent];
|
buildInputs = [cyrus_sasl libevent];
|
||||||
|
|
||||||
hardeningEnable = [ "pie" ];
|
hardeningEnable = [ "pie" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user