Commit graph

16 commits

Author SHA1 Message Date
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Michael Roitzsch cb38977986 libmilter: fix compilation on Darwin
* configure compilation options
* patch sendmail.h header inclusion
2020-05-18 17:48:24 +02:00
Michael Roitzsch 81fed3c7a2 libmilter: install archive as not executable 2020-05-18 17:42:03 +02:00
Michael Roitzsch c9d8edaecb libmilter: configurable shared object extension
defaults to ‘so’ if not set
2020-05-18 17:41:25 +02:00
Michael Roitzsch 218d7c5c5c libmilter: set MILTER_SOVER
MILTER_SOVER is used as an environment variable during the build, but never set anywhere
set to so version 1 as currently used by Ubuntu
2020-05-18 17:38:53 +02:00
Maximilian Bosch 3be119d5ba
libmilter: fix build w/glibc-2.30
Using RES_USE_INET6 is deprecated and has been removed by glibc 2.30[1].
Instead, there's now a function `gethostbyname2(3)` which takes the
address family as second argument to force IPv6 resolution[2].

[1] https://sourceware.org/ml/libc-alpha/2019-08/msg00029.html
[2] https://linux.die.net/man/3/gethostbyname2
2020-02-01 14:53:46 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jörg Thalheim c3e967dc35
libmilter: fix cross-build 2018-12-12 00:58:30 +00:00
Markus Kowalewski f5b9a9455f
libmilter: add license 2018-10-18 22:36:18 +02:00
Franz Pletz 655f7043b8
libmilter: 8.14.8 -> 8.15.2 2016-12-29 02:12:51 +01:00
Tuomas Tynkkynen 2258b21e4b treewide: Add lots of platforms to packages with no meta
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Andrey Arapov aabdba238f Enable IPv6 in libmilter 2015-01-19 10:44:28 +01:00
Peter Simons 77f03b973d libmilter: update from 8.14.4 to 8.14.8 2014-02-24 22:04:40 +01:00
Eelco Dolstra c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Rob Vermaas 66e655fce8 shared lib patch for libmilter
svn path=/nixpkgs/trunk/; revision=19876
2010-02-09 10:37:44 +00:00
Rob Vermaas a5cecee12e added libmilter, opendkim
svn path=/nixpkgs/trunk/; revision=19875
2010-02-09 10:32:55 +00:00