icecast: enable pie hardening

This commit is contained in:
Robin Gloster 2016-02-26 23:06:53 +00:00
parent 8b9eccbf2d
commit 1a31447c4c

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
buildInputs = [ libxml2 libxslt curl libvorbis libtheora speex libkate libopus ];
hardening_pie = true;
meta = {
description = "Server software for streaming multimedia";