privoxy: enable pie

This commit is contained in:
Joachim Fasting 2016-12-06 14:29:29 +01:00
parent fc9e65c558
commit 1a427cf625
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -10,6 +10,8 @@ stdenv.mkDerivation rec{
sha256 = "1n4wpxmahl8m2y3d1azxa8lrdbpaad007k458skxrpz57ss1br2p";
};
hardeningEnable = [ "pie" ];
nativeBuildInputs = [ autoreconfHook w3m man ];
buildInputs = [ zlib pcre ];