torcs: turn off format hardening and remove obsolete flag

This commit is contained in:
Robin Gloster 2016-02-21 10:53:04 +00:00
parent 25dfa39fac
commit 27e8d31b1a
2 changed files with 3 additions and 5 deletions

View file

@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
installTargets = "install datainstall";
hardening_format = false;
meta = {
description = "Car racing game";
homepage = http://torcs.sourceforge.net/;

View file

@ -14582,11 +14582,7 @@ let
libpng = libpng12;
};
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; };
};
torcs = callPackage ../games/torcs { };
trigger = callPackage ../games/trigger { };