torcs: turn off format hardening and remove obsolete flag
This commit is contained in:
parent
25dfa39fac
commit
27e8d31b1a
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installTargets = "install datainstall";
|
installTargets = "install datainstall";
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Car racing game";
|
description = "Car racing game";
|
||||||
homepage = http://torcs.sourceforge.net/;
|
homepage = http://torcs.sourceforge.net/;
|
||||||
|
@ -14582,11 +14582,7 @@ let
|
|||||||
libpng = libpng12;
|
libpng = libpng12;
|
||||||
};
|
};
|
||||||
|
|
||||||
torcs = callPackage ../games/torcs {
|
torcs = callPackage ../games/torcs { };
|
||||||
# Torcs wants to make shared libraries linked with plib libraries (it provides static).
|
|
||||||
# i686 is the only platform I know than can do that linking without plib built with -fPIC
|
|
||||||
plib = plib.override { enablePIC = !stdenv.isi686; };
|
|
||||||
};
|
|
||||||
|
|
||||||
trigger = callPackage ../games/trigger { };
|
trigger = callPackage ../games/trigger { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user