libaudit: enable arm (including aarch64) support

This commit is contained in:
Linus Heckemann
2019-04-16 19:02:02 +02:00
committed by Frederik Rietdijk
parent df270aa4b5
commit 972c0ca809
+2
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;