Skip to content

Commit

Permalink
syslinux: Strip static libraries
Browse files Browse the repository at this point in the history
This prevents a retained dependency on gcc.
  • Loading branch information
edolstra committed Oct 14, 2015
1 parent af75246 commit 013cf1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/syslinux/default.nix
Expand Up @@ -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"
Expand Down

0 comments on commit 013cf1b

Please sign in to comment.