libupnp: no fortify hardening

This commit is contained in:
Robin Gloster 2016-01-29 04:16:15 +00:00
parent 8f7ffe9ba3
commit 1ff7179925

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0amjv4lypvclmi4vim2qdyw5xa6v4x50zjgf682vahqjc0wjn55k"; sha256 = "0amjv4lypvclmi4vim2qdyw5xa6v4x50zjgf682vahqjc0wjn55k";
}; };
#hardening_all = false; hardening_fortify = false;
meta = { meta = {
description = "libupnp, an open source UPnP development kit for Linux"; description = "libupnp, an open source UPnP development kit for Linux";