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)
|
(cd tools/xmlrpc && make && make install)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A lightweight RPC library based on XML and HTTP";
|
description = "A lightweight RPC library based on XML and HTTP";
|
||||||
homepage = http://xmlrpc-c.sourceforge.net/;
|
homepage = http://xmlrpc-c.sourceforge.net/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user