xconq: turn off format hardening
This commit is contained in:
parent
65e6aa4a31
commit
046b40f573
@ -3,9 +3,9 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "${baseName}-${version}";
|
||||
baseName="xconq";
|
||||
baseName = "xconq";
|
||||
version = "7.5.0-0pre.0.20050612";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/project/${baseName}/${baseName}/${name}/${name}.tar.gz";
|
||||
sha256 = "1za78yx57mgwcmmi33wx3533yz1x093dnqis8q2qmqivxav51lca";
|
||||
@ -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
Block a user