xmlrpc_c: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-20 21:55:18 +00:00
parent 7204e10e4e
commit e370a9cf84

View File

@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
(cd tools/xmlrpc && make && make install)
'';
hardening_format = false;
meta = with stdenv.lib; {
description = "A lightweight RPC library based on XML and HTTP";
homepage = http://xmlrpc-c.sourceforge.net/;