socat: enable pie hardening

This commit is contained in:
Robin Gloster 2016-02-26 16:45:49 +00:00
parent 310fa56788
commit a73762200d

View file

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
patches = [ ./enable-ecdhe.patch ./libressl-fixes.patch ];
hardening_pie = true;
meta = {
description = "A utility for bidirectional data transfer between two independent data channels";
homepage = http://www.dest-unreach.org/socat/;