xmlrpc_c: turn off format hardening
This commit is contained in:
parent
7204e10e4e
commit
e370a9cf84
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user