packages/mail/postfix
Sergey V. Lobanov 9d8171aa06 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>
2022-01-25 15:32:39 -08:00
..
files postfix: use new extra_command function definition 2020-11-04 08:50:34 +01:00
patches postfix: fix build on macos 2022-01-25 15:32:39 -08:00
Makefile postfix: fix build on macos 2022-01-25 15:32:39 -08:00