syslinux: Strip static libraries
This prevents a retained dependency on gcc.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user