mdadm: unset STRIP
Commit 093cc00cdd
, sets the STRIP environment
variable by default, but this confuses the mdadm Makefile, which uses STRIP as a
flag to `install'.
This commit is contained in:
parent
bd2e91e3a2
commit
7d010ab5f4
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = [
|
makeFlags = [
|
||||||
"NIXOS=1" "INSTALL=install" "INSTALL_BINDIR=$(out)/sbin"
|
"NIXOS=1" "INSTALL=install" "INSTALL_BINDIR=$(out)/sbin"
|
||||||
"MANDIR=$(out)/share/man" "RUN_DIR=/dev/.mdadm"
|
"MANDIR=$(out)/share/man" "RUN_DIR=/dev/.mdadm"
|
||||||
|
"STRIP="
|
||||||
] ++ stdenv.lib.optionals (hostPlatform != buildPlatform) [
|
] ++ stdenv.lib.optionals (hostPlatform != buildPlatform) [
|
||||||
"CROSS_COMPILE=${stdenv.cc.prefix}"
|
"CROSS_COMPILE=${stdenv.cc.prefix}"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user