Commit graph

8 commits

Author SHA1 Message Date
Franz Pletz aff1f4ab94 Use general hardening flag toggle lists
The following parameters are now available:

  * hardeningDisable
    To disable specific hardening flags
  * hardeningEnable
    To enable specific hardening flags

Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.

cc-wrapper supports the following flags:

  * fortify
  * stackprotector
  * pie (disabled by default)
  * pic
  * strictoverflow
  * format
  * relro
  * bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster 8fb28b21b4 bsdgames: turn off format hardening 2016-02-08 22:52:35 +00:00
Mateusz Kowalczyk 007f80c1d0 Turn more licenses into lib.licenses style
Should eval cleanly, as far as -A tarball tells me.

Relevant: issue #2999, issue #739
2014-11-06 00:48:16 +00:00
Pascal Wittmann e510a27696 bsd-games: fixed path to dictionary
due to the update of miscfiles, see 4cf191a425
2014-09-03 23:58:07 +02:00
Florian Friesdorf 0d3ad0d786 bsd-games: fix some paths, pager and typo 2013-01-09 06:53:44 +01:00
Michael Raskin 477bb198c7 Add a patch to fix a build issue with utmpentry
svn path=/nixpkgs/trunk/; revision=24647
2010-11-10 17:18:51 +00:00
Michael Raskin 2b937b1a47 Fix function naming conflict in bsdgames
svn path=/nixpkgs/trunk/; revision=20146
2010-02-21 08:11:17 +00:00
Lluís Batlle i Rossell 0c4c01f6c9 Adding bsdgames and miscfiles (this later, for 'words')
I could not easily make some bsdgames build or install. Too much patching
against the installer trying to write beyond the nix store.

svn path=/nixpkgs/trunk/; revision=17971
2009-10-26 23:03:36 +00:00