xconq: turn off format hardening
This commit is contained in:
parent
65e6aa4a31
commit
046b40f573
|
@ -3,7 +3,7 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${baseName}-${version}";
|
||||
baseName="xconq";
|
||||
baseName = "xconq";
|
||||
version = "7.5.0-0pre.0.20050612";
|
||||
|
||||
src = fetchurl {
|
||||
|
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
|||
"--with-tkconfig=${tk}/lib"
|
||||
];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
patchPhase = ''
|
||||
# Fix Makefiles
|
||||
find . -name 'Makefile.in' -exec sed -re 's@^ ( *)(cd|[&][&])@ \1\2@' -i '{}' ';'
|
||||
|
|
Loading…
Reference in New Issue