summary refs log tree commit diff
path: root/pkgs/development/libraries/libexecinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-02-12libexecinfo: enables stackprotector through hardeningEnableWalter Franzini2-5/+46
The makefile patch pulled from alpinelinux used to enable stackprotector unconditionally. This change use the nixpkgs flag hardeningEnable. This is required to support platform where stackprotector has problems.
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-6/+6
2021-01-03treewide: Start to break up static overlayJohn Ericson1-1/+4
We can use use `stdenv.hostPlatform.isStatic` instead, and move the logic per package. The least opionated benefit of this is that it makes it much easier to replace packages with modified ones, as there is no longer any issue of overlay order. CC @FRidh @matthewbauer
2020-06-08libexecinfo: fix building staticallyMatthew Bauer1-2/+9
2020-05-15treewide: fix broken AlpineLinux repo links (#87892)Lila1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-4/+4
2019-12-30treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-02-13libexecinfo: fix CC/ARWill Dietz1-1/+3
2018-02-13libexecinfo: fetch patches, add meta, maintainWill Dietz4-136/+23
2018-02-13libexecinfo: init at 1.1, patches from AlpineWill Dietz4-0/+157
Not sure if ALLVM should use this, but might be good to have it on hand just-in-case :). Maybe part of libnone?