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
This commit is contained in:
Michael Roitzsch 2020-05-18 17:37:16 +02:00
parent c29124b67c
commit 218d7c5c5c

View file

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
define(\`confLIBGRP', \`root')
APPENDDEF(\`confENVDEF', \`-DNETINET6')
EOF
export MILTER_SOVER=1
sh Build -f ./a.m4
'';