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:
parent
c29124b67c
commit
218d7c5c5c
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
define(\`confLIBGRP', \`root')
|
define(\`confLIBGRP', \`root')
|
||||||
APPENDDEF(\`confENVDEF', \`-DNETINET6')
|
APPENDDEF(\`confENVDEF', \`-DNETINET6')
|
||||||
EOF
|
EOF
|
||||||
|
export MILTER_SOVER=1
|
||||||
sh Build -f ./a.m4
|
sh Build -f ./a.m4
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user