Merge pull request #31038 from orivej/autofs

autofs: do not strip needed symbols
This commit is contained in:
Franz Pletz 2017-11-01 22:10:15 +01:00 committed by GitHub
commit 2df0fe91d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,8 @@ in stdenv.mkDerivation {
export E2FSCK=${e2fsprogs}/bin/fsck.ext2
export E3FSCK=${e2fsprogs}/bin/fsck.ext3
export E4FSCK=${e2fsprogs}/bin/fsck.ext4
unset STRIP # Makefile.rules defines a usable STRIP only without the env var.
'';
installPhase = ''