libaudit: enable arm (including aarch64) support

This commit is contained in:
Linus Heckemann 2019-03-25 09:14:16 +01:00 committed by Frederik Rietdijk
parent df270aa4b5
commit 972c0ca809

View file

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
# and pulls in an extra openldap dependency otherwise
"--disable-zos-remote"
(if enablePython then "--with-python" else "--without-python")
"--with-arm"
"--with-aarch64"
];
enableParallelBuilding = true;