mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
|||
makeFlags = [
|
||||
"NIXOS=1" "INSTALL=install" "INSTALL_BINDIR=$(out)/sbin"
|
||||
"MANDIR=$(out)/share/man" "RUN_DIR=/dev/.mdadm"
|
||||
"STRIP="
|
||||
] ++ stdenv.lib.optionals (hostPlatform != buildPlatform) [
|
||||
"CROSS_COMPILE=${stdenv.cc.prefix}"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue