nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

opensmtpd: support cross compile (#170379)

* opensmtpd: support cross compile

* add comment to remember the linked PR

Co-authored-by: Léo Gaspard <leo@gaspard.io>

authored by

squalus
Léo Gaspard
and committed by
GitHub
1fbd9216 964f418d

+14
+13
pkgs/servers/mail/opensmtpd/cross_fix.diff
··· 1 + diff --git a/configure.ac b/configure.ac 2 + index c215f3bf..f5aa25d8 100644 3 + --- a/configure.ac 4 + +++ b/configure.ac 5 + @@ -67,7 +67,7 @@ AC_C_BIGENDIAN 6 + AC_PROG_CPP 7 + AC_PROG_INSTALL 8 + AC_PROG_LIBTOOL 9 + -AC_PATH_PROG([AR], [ar]) 10 + +AC_PATH_TOOL([AR], [ar]) 11 + AC_PATH_PROG([CAT], [cat]) 12 + AC_PATH_PROG([CHMOD], [chmod]) 13 + AC_PATH_PROG([CHOWN], [chown])
+1
pkgs/servers/mail/opensmtpd/default.nix
··· 16 16 17 17 patches = [ 18 18 ./proc_path.diff # TODO: upstream to OpenSMTPD, see https://github.com/NixOS/nixpkgs/issues/54045 19 + ./cross_fix.diff # TODO: remove when https://github.com/OpenSMTPD/OpenSMTPD/pull/1177 will have made it into a release 19 20 ]; 20 21 21 22 # See https://github.com/OpenSMTPD/OpenSMTPD/issues/885 for the `sh bootstrap`