syslinux: Strip static libraries

This prevents a retained dependency on gcc.
This commit is contained in:
Eelco Dolstra 2015-10-14 14:27:13 +02:00
parent af75246b21
commit 013cf1b4f2

View file

@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
substituteInPlace gpxe/src/Makefile --replace /usr/bin/perl $(type -P perl)
'';
stripDebugList = "bin sbin share/syslinux/com32";
makeFlags = [
"BINDIR=$(out)/bin"
"SBINDIR=$(out)/sbin"