summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMichael Roitzsch <reactorcontrol@icloud.com>2020-05-18 17:37:16 +0200
committerMichael Roitzsch <reactorcontrol@icloud.com>2020-05-18 17:38:53 +0200
commit218d7c5c5ce8f8ff846daefd9f7147d4cb65a74c (patch)
tree63108970079365459b650764cbdcd331bb5d44bd /pkgs/development
parentc29124b67c7b8ccc31e1b5042713ff562e0903cf (diff)
downloadnixpkgs-218d7c5c5ce8f8ff846daefd9f7147d4cb65a74c.tar
nixpkgs-218d7c5c5ce8f8ff846daefd9f7147d4cb65a74c.tar.gz
nixpkgs-218d7c5c5ce8f8ff846daefd9f7147d4cb65a74c.tar.bz2
nixpkgs-218d7c5c5ce8f8ff846daefd9f7147d4cb65a74c.tar.lz
nixpkgs-218d7c5c5ce8f8ff846daefd9f7147d4cb65a74c.tar.xz
nixpkgs-218d7c5c5ce8f8ff846daefd9f7147d4cb65a74c.tar.zst
nixpkgs-218d7c5c5ce8f8ff846daefd9f7147d4cb65a74c.zip
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
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/libmilter/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libmilter/default.nix b/pkgs/development/libraries/libmilter/default.nix
index 8d677d858de..60ced27beac 100644
--- a/pkgs/development/libraries/libmilter/default.nix
+++ b/pkgs/development/libraries/libmilter/default.nix
@@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
       define(\`confLIBGRP', \`root')
       APPENDDEF(\`confENVDEF', \`-DNETINET6')
     EOF
+    export MILTER_SOVER=1
     sh Build -f ./a.m4
   '';