summary refs log tree commit diff
path: root/pkgs/development/libraries/libipfix
Commit message (Collapse)AuthorAge
* treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2023-02-22
| | | | | | | | with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
* treewide: replace http by https when https is a permanent redirectionFerry Jérémie2023-01-22
|
* libipfix: add -fcommon workaroundSergei Trofimovich2022-06-03
| | | | | | | | Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: ../libmisc/libmisc.a(mlog.o):/build/libipfix_110209/libmisc/misc.h:111: multiple definition of `ht_globals'; collector.o:/build/libipfix_110209/collector/../libmisc/misc.h:111: first defined here
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: remove periods from end of package descriptionsBen Siraphob2020-10-17
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Treewide: use https for SourceForgec0bw3b2018-11-24
|
* fix src.url typosMaximilian Güntner2017-09-14
|
* libipfix: init at 110209Antoine Eiche2017-08-30