syslinux: Strip static libraries
This prevents a retained dependency on gcc.
This commit is contained in:
parent
af75246b21
commit
013cf1b4f2
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace gpxe/src/Makefile --replace /usr/bin/perl $(type -P perl)
|
substituteInPlace gpxe/src/Makefile --replace /usr/bin/perl $(type -P perl)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
stripDebugList = "bin sbin share/syslinux/com32";
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"BINDIR=$(out)/bin"
|
"BINDIR=$(out)/bin"
|
||||||
"SBINDIR=$(out)/sbin"
|
"SBINDIR=$(out)/sbin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user