Skip to content

Commit

Permalink
Revert "binutils: Add lib output"
Browse files Browse the repository at this point in the history
This reverts commit 17a344a.
  • Loading branch information
globin committed Jan 30, 2017
1 parent 1c5237e commit eaa9e01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
8 changes: 1 addition & 7 deletions pkgs/development/tools/misc/binutils/default.nix
Expand Up @@ -32,15 +32,9 @@ stdenv.mkDerivation rec {
# This is needed, for instance, so that running "ldd" on a binary that is
# PaX-marked to disable mprotect doesn't fail with permission denied.
./pt-pax-flags.patch

# Bfd looks in BINDIR/../lib for some plugins that don't
# exist. This is pointless (since users can't install plugins
# there) and causes a cycle between the lib and bin outputs, so
# get rid of it.
./no-plugins.patch
];

outputs = [ "out" "lib" "info" ] ++ (optional (cross == null) "dev");
outputs = [ "out" "info" ] ++ (optional (cross == null) "dev");

nativeBuildInputs = [ bison ];
buildInputs = [ zlib ];
Expand Down
19 changes: 0 additions & 19 deletions pkgs/development/tools/misc/binutils/no-plugins.patch

This file was deleted.

0 comments on commit eaa9e01

Please sign in to comment.