postfix: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Wed, 19 Jan 2022 23:37:17 +0000 (02:37 +0300)
committerRosen Penev <rosenp@gmail.com>
Tue, 25 Jan 2022 23:32:39 +0000 (15:32 -0800)
commit9d8171aa0647a0e4c5f27004d3f4c982ac0d1ebe
tree83a9e47229d205be02185a07c66bed2e17851ec9
parentad608b5ca7c60066a1e4f12bcca82de99d49819a
postfix: fix build on macos

macos build fails due to two reasons:
1. using build host ar and ranlib tools
2. using uname -r to get kernel version

First issue is fixed by specifying ar and ranlib from toolchain
Second issue is fixed by specifying kernel release major version=5
Using 'uname -r' from build host for cross-compiling is not a good
idea even for Linux build host

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
mail/postfix/Makefile
mail/postfix/patches/500-crosscompile.patch